Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Class and Description |
---|---|
class |
BackupInUseException
There is another ongoing conflicting backup control plane operation on the table.
|
class |
BackupNotFoundException
Backup not found for the given BackupARN.
|
class |
ConditionalCheckFailedException
A condition specified in the operation could not be evaluated.
|
class |
ContinuousBackupsUnavailableException
Backups have not yet been enabled for this table.
|
class |
DuplicateItemException
There was an attempt to insert an item with the same primary key as an item that already exists in the DynamoDB
table.
|
class |
ExpiredIteratorException
The shard iterator has expired and can no longer be used to retrieve stream records.
|
class |
ExportConflictException
There was a conflict when writing to the specified S3 bucket.
|
class |
ExportNotFoundException
The specified export was not found.
|
class |
GlobalTableAlreadyExistsException
The specified global table already exists.
|
class |
GlobalTableNotFoundException
The specified global table does not exist.
|
class |
IdempotentParameterMismatchException
DynamoDB rejected the request because you retried a request with a different payload but with an idempotent token
that was already used.
|
class |
ImportConflictException
There was a conflict when importing from the specified S3 source.
|
class |
ImportNotFoundException
The specified import was not found.
|
class |
IndexNotFoundException
The operation tried to access a nonexistent index.
|
class |
InternalServerErrorException
An error occurred on the server side.
|
class |
InvalidExportTimeException
The specified
ExportTime is outside of the point in time recovery window. |
class |
InvalidRestoreTimeException
An invalid restore time was specified.
|
class |
ItemCollectionSizeLimitExceededException
An item collection is too large.
|
class |
LimitExceededException
There is no limit to the number of daily on-demand backups that can be taken.
|
class |
PointInTimeRecoveryUnavailableException
Point in time recovery has not yet been enabled for this source table.
|
class |
ProvisionedThroughputExceededException
Your request rate is too high.
|
class |
ReplicaAlreadyExistsException
The specified replica is already part of the global table.
|
class |
ReplicaNotFoundException
The specified replica is no longer part of the global table.
|
class |
RequestLimitExceededException
Throughput exceeds the current throughput quota for your account.
|
class |
ResourceInUseException
The operation conflicts with the resource's availability.
|
class |
ResourceNotFoundException
The operation tried to access a nonexistent table or index.
|
class |
TableAlreadyExistsException
A target table with the specified name already exists.
|
class |
TableInUseException
A target table with the specified name is either being created or deleted.
|
class |
TableNotFoundException
A source table with the name
TableName does not currently exist within the subscriber's account or the
subscriber is operating in the wrong Amazon Web Services Region. |
class |
TransactionCanceledException
The entire transaction request was canceled.
|
class |
TransactionConflictException
Operation was rejected because there is an ongoing transaction for the item.
|
class |
TransactionInProgressException
The transaction with the given request token is already in progress.
|
class |
TrimmedDataAccessException
The operation attempted to read past the oldest stream record in a shard.
|
Copyright © 2023. All rights reserved.