aws_sdk_entityresolution/types/
error.rs

1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2pub use crate::types::error::_validation_exception::ValidationException;
3
4pub use crate::types::error::_throttling_exception::ThrottlingException;
5
6pub use crate::types::error::_resource_not_found_exception::ResourceNotFoundException;
7
8pub use crate::types::error::_internal_server_exception::InternalServerException;
9
10pub use crate::types::error::_conflict_exception::ConflictException;
11
12pub use crate::types::error::_access_denied_exception::AccessDeniedException;
13
14pub use crate::types::error::_exceeds_limit_exception::ExceedsLimitException;
15
16mod _access_denied_exception;
17
18mod _conflict_exception;
19
20mod _exceeds_limit_exception;
21
22mod _internal_server_exception;
23
24mod _resource_not_found_exception;
25
26mod _throttling_exception;
27
28mod _validation_exception;
29
30/// Builders
31pub mod builders;