aws_sdk_dynamodb/types/
error.rs

1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2pub use crate::types::error::_resource_not_found_exception::ResourceNotFoundException;
3
4pub use crate::types::error::_resource_in_use_exception::ResourceInUseException;
5
6pub use crate::types::error::_limit_exceeded_exception::LimitExceededException;
7
8pub use crate::types::error::_invalid_endpoint_exception::InvalidEndpointException;
9
10pub use crate::types::error::_internal_server_error::InternalServerError;
11
12pub use crate::types::error::_transaction_conflict_exception::TransactionConflictException;
13
14pub use crate::types::error::_request_limit_exceeded::RequestLimitExceeded;
15
16pub use crate::types::error::_replicated_write_conflict_exception::ReplicatedWriteConflictException;
17
18pub use crate::types::error::_provisioned_throughput_exceeded_exception::ProvisionedThroughputExceededException;
19
20pub use crate::types::error::_item_collection_size_limit_exceeded_exception::ItemCollectionSizeLimitExceededException;
21
22pub use crate::types::error::_conditional_check_failed_exception::ConditionalCheckFailedException;
23
24pub use crate::types::error::_replica_not_found_exception::ReplicaNotFoundException;
25
26pub use crate::types::error::_index_not_found_exception::IndexNotFoundException;
27
28pub use crate::types::error::_global_table_not_found_exception::GlobalTableNotFoundException;
29
30pub use crate::types::error::_table_not_found_exception::TableNotFoundException;
31
32pub use crate::types::error::_replica_already_exists_exception::ReplicaAlreadyExistsException;
33
34pub use crate::types::error::_continuous_backups_unavailable_exception::ContinuousBackupsUnavailableException;
35
36pub use crate::types::error::_transaction_in_progress_exception::TransactionInProgressException;
37
38pub use crate::types::error::_transaction_canceled_exception::TransactionCanceledException;
39
40pub use crate::types::error::_idempotent_parameter_mismatch_exception::IdempotentParameterMismatchException;
41
42pub use crate::types::error::_table_in_use_exception::TableInUseException;
43
44pub use crate::types::error::_table_already_exists_exception::TableAlreadyExistsException;
45
46pub use crate::types::error::_point_in_time_recovery_unavailable_exception::PointInTimeRecoveryUnavailableException;
47
48pub use crate::types::error::_invalid_restore_time_exception::InvalidRestoreTimeException;
49
50pub use crate::types::error::_backup_not_found_exception::BackupNotFoundException;
51
52pub use crate::types::error::_backup_in_use_exception::BackupInUseException;
53
54pub use crate::types::error::_policy_not_found_exception::PolicyNotFoundException;
55
56pub use crate::types::error::_import_conflict_exception::ImportConflictException;
57
58pub use crate::types::error::_invalid_export_time_exception::InvalidExportTimeException;
59
60pub use crate::types::error::_export_conflict_exception::ExportConflictException;
61
62pub use crate::types::error::_duplicate_item_exception::DuplicateItemException;
63
64pub use crate::types::error::_import_not_found_exception::ImportNotFoundException;
65
66pub use crate::types::error::_export_not_found_exception::ExportNotFoundException;
67
68pub use crate::types::error::_global_table_already_exists_exception::GlobalTableAlreadyExistsException;
69
70mod _backup_in_use_exception;
71
72mod _backup_not_found_exception;
73
74mod _conditional_check_failed_exception;
75
76mod _continuous_backups_unavailable_exception;
77
78mod _duplicate_item_exception;
79
80mod _export_conflict_exception;
81
82mod _export_not_found_exception;
83
84mod _global_table_already_exists_exception;
85
86mod _global_table_not_found_exception;
87
88mod _idempotent_parameter_mismatch_exception;
89
90mod _import_conflict_exception;
91
92mod _import_not_found_exception;
93
94mod _index_not_found_exception;
95
96mod _internal_server_error;
97
98mod _invalid_endpoint_exception;
99
100mod _invalid_export_time_exception;
101
102mod _invalid_restore_time_exception;
103
104mod _item_collection_size_limit_exceeded_exception;
105
106mod _limit_exceeded_exception;
107
108mod _point_in_time_recovery_unavailable_exception;
109
110mod _policy_not_found_exception;
111
112mod _provisioned_throughput_exceeded_exception;
113
114mod _replica_already_exists_exception;
115
116mod _replica_not_found_exception;
117
118mod _replicated_write_conflict_exception;
119
120mod _request_limit_exceeded;
121
122mod _resource_in_use_exception;
123
124mod _resource_not_found_exception;
125
126mod _table_already_exists_exception;
127
128mod _table_in_use_exception;
129
130mod _table_not_found_exception;
131
132mod _transaction_canceled_exception;
133
134mod _transaction_conflict_exception;
135
136mod _transaction_in_progress_exception;
137
138/// Builders
139pub mod builders;