summaryrefslogtreecommitdiff
path: root/boto/support/exceptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'boto/support/exceptions.py')
-rw-r--r--boto/support/exceptions.py24
1 files changed, 24 insertions, 0 deletions
diff --git a/boto/support/exceptions.py b/boto/support/exceptions.py
index f4e33d01..cbc19b3a 100644
--- a/boto/support/exceptions.py
+++ b/boto/support/exceptions.py
@@ -32,3 +32,27 @@ class CaseCreationLimitExceeded(JSONResponseError):
class InternalServerError(JSONResponseError):
pass
+
+
+class AttachmentLimitExceeded(JSONResponseError):
+ pass
+
+
+class DescribeAttachmentLimitExceeded(JSONResponseError):
+ pass
+
+
+class AttachmentSetIdNotFound(JSONResponseError):
+ pass
+
+
+class AttachmentSetExpired(JSONResponseError):
+ pass
+
+
+class AttachmentIdNotFound(JSONResponseError):
+ pass
+
+
+class AttachmentSetSizeLimitExceeded(JSONResponseError):
+ pass