Skip to content

Commit 89d2469

Browse files
authored
Add S3 only entity and fix error to derive from Exception. (#127)
1 parent c52af92 commit 89d2469

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

aws_doc_sdk_examples_tools/config/entities.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ expanded_override:
1414
"&kms-keys;": "KMS keys"
1515
"&kms-keys-long;": "AWS KMS keys"
1616
"&S3long;": "Amazon Simple Storage Service"
17+
"&S3only;": "S3"
1718
"&SLN;": "Amazon States Language"

aws_doc_sdk_examples_tools/entities.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77

88
@dataclass
9-
class EntityError:
9+
class EntityError(Exception):
1010
"""
1111
Base error. Do not use directly.
1212
"""

0 commit comments

Comments
 (0)