Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions aws_doc_sdk_examples_tools/config/entities.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ expanded_override:
"&kms-keys;": "KMS keys"
"&kms-keys-long;": "AWS KMS keys"
"&S3long;": "Amazon Simple Storage Service"
"&S3only;": "S3"
"&SLN;": "Amazon States Language"
2 changes: 1 addition & 1 deletion aws_doc_sdk_examples_tools/entities.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


@dataclass
class EntityError:
class EntityError(Exception):
"""
Base error. Do not use directly.
"""
Expand Down
Loading