Skip to main content

aws_sdk_connect/types/
error.rs

1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2pub use crate::types::error::_internal_service_exception::InternalServiceException;
3
4pub use crate::types::error::_invalid_parameter_exception::InvalidParameterException;
5
6pub use crate::types::error::_resource_conflict_exception::ResourceConflictException;
7
8pub use crate::types::error::_resource_not_found_exception::ResourceNotFoundException;
9
10pub use crate::types::error::_throttling_exception::ThrottlingException;
11
12pub use crate::types::error::_invalid_request_exception::InvalidRequestException;
13
14pub use crate::types::error::_service_quota_exceeded_exception::ServiceQuotaExceededException;
15
16pub use crate::types::error::_limit_exceeded_exception::LimitExceededException;
17
18pub use crate::types::error::_access_denied_exception::AccessDeniedException;
19
20pub use crate::types::error::_idempotency_exception::IdempotencyException;
21
22pub use crate::types::error::_conditional_operation_failed_exception::ConditionalOperationFailedException;
23
24pub use crate::types::error::_duplicate_resource_exception::DuplicateResourceException;
25
26pub use crate::types::error::_conflict_exception::ConflictException;
27
28pub use crate::types::error::_invalid_contact_flow_exception::InvalidContactFlowException;
29
30pub use crate::types::error::_invalid_contact_flow_module_exception::InvalidContactFlowModuleException;
31
32pub use crate::types::error::_property_validation_exception::PropertyValidationException;
33
34pub use crate::types::error::_invalid_test_case_exception::InvalidTestCaseException;
35
36pub use crate::types::error::_resource_not_ready_exception::ResourceNotReadyException;
37
38pub use crate::types::error::_resource_in_use_exception::ResourceInUseException;
39
40pub use crate::types::error::_too_many_requests_exception::TooManyRequestsException;
41
42pub use crate::types::error::_contact_flow_not_published_exception::ContactFlowNotPublishedException;
43
44pub use crate::types::error::_user_not_found_exception::UserNotFoundException;
45
46pub use crate::types::error::_output_type_not_found_exception::OutputTypeNotFoundException;
47
48pub use crate::types::error::_invalid_active_region_exception::InvalidActiveRegionException;
49
50pub use crate::types::error::_maximum_result_returned_exception::MaximumResultReturnedException;
51
52pub use crate::types::error::_destination_not_allowed_exception::DestinationNotAllowedException;
53
54pub use crate::types::error::_outbound_contact_not_permitted_exception::OutboundContactNotPermittedException;
55
56pub use crate::types::error::_contact_not_found_exception::ContactNotFoundException;
57
58mod _access_denied_exception;
59
60mod _conditional_operation_failed_exception;
61
62mod _conflict_exception;
63
64mod _contact_flow_not_published_exception;
65
66mod _contact_not_found_exception;
67
68mod _destination_not_allowed_exception;
69
70mod _duplicate_resource_exception;
71
72mod _idempotency_exception;
73
74mod _internal_service_exception;
75
76mod _invalid_active_region_exception;
77
78mod _invalid_contact_flow_exception;
79
80mod _invalid_contact_flow_module_exception;
81
82mod _invalid_parameter_exception;
83
84mod _invalid_request_exception;
85
86mod _invalid_test_case_exception;
87
88mod _limit_exceeded_exception;
89
90mod _maximum_result_returned_exception;
91
92mod _outbound_contact_not_permitted_exception;
93
94mod _output_type_not_found_exception;
95
96mod _property_validation_exception;
97
98mod _resource_conflict_exception;
99
100mod _resource_in_use_exception;
101
102mod _resource_not_found_exception;
103
104mod _resource_not_ready_exception;
105
106mod _service_quota_exceeded_exception;
107
108mod _throttling_exception;
109
110mod _too_many_requests_exception;
111
112mod _user_not_found_exception;
113
114/// Builders
115pub mod builders;