aws_sdk_support/types/
error.rs1pub use crate::types::error::_attachment_limit_exceeded::AttachmentLimitExceeded;
3
4pub use crate::types::error::_attachment_set_expired::AttachmentSetExpired;
5
6pub use crate::types::error::_attachment_set_id_not_found::AttachmentSetIdNotFound;
7
8pub use crate::types::error::_attachment_set_size_limit_exceeded::AttachmentSetSizeLimitExceeded;
9
10pub use crate::types::error::_internal_server_error::InternalServerError;
11
12pub use crate::types::error::_case_id_not_found::CaseIdNotFound;
13
14pub use crate::types::error::_case_creation_limit_exceeded::CaseCreationLimitExceeded;
15
16pub use crate::types::error::_attachment_id_not_found::AttachmentIdNotFound;
17
18pub use crate::types::error::_describe_attachment_limit_exceeded::DescribeAttachmentLimitExceeded;
19
20pub use crate::types::error::_throttling_exception::ThrottlingException;
21
22mod _attachment_id_not_found;
23
24mod _attachment_limit_exceeded;
25
26mod _attachment_set_expired;
27
28mod _attachment_set_id_not_found;
29
30mod _attachment_set_size_limit_exceeded;
31
32mod _case_creation_limit_exceeded;
33
34mod _case_id_not_found;
35
36mod _describe_attachment_limit_exceeded;
37
38mod _internal_server_error;
39
40mod _throttling_exception;
41
42pub mod builders;