We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c52af92 commit 89d2469Copy full SHA for 89d2469
aws_doc_sdk_examples_tools/config/entities.yaml
@@ -14,4 +14,5 @@ expanded_override:
14
"&kms-keys;": "KMS keys"
15
"&kms-keys-long;": "AWS KMS keys"
16
"&S3long;": "Amazon Simple Storage Service"
17
+ "&S3only;": "S3"
18
"&SLN;": "Amazon States Language"
aws_doc_sdk_examples_tools/entities.py
@@ -6,7 +6,7 @@
6
7
8
@dataclass
9
-class EntityError:
+class EntityError(Exception):
10
"""
11
Base error. Do not use directly.
12
0 commit comments