BatchStatementError
An error associated with a statement in a PartiQL batch that was run.
Contents
Note
In the following list, the required parameters are described first.
- Code
-
The error code associated with the failed PartiQL batch statement.
Type: String
Valid Values:
ConditionalCheckFailed | ItemCollectionSizeLimitExceeded | RequestLimitExceeded | ValidationError | ProvisionedThroughputExceeded | TransactionConflict | ThrottlingError | InternalServerError | ResourceNotFound | AccessDenied | DuplicateItem
Required: No
- Item
-
The item which caused the condition check to fail. This will be set if ReturnValuesOnConditionCheckFailure is specified as
ALL_OLD
.Type: String to AttributeValue object map
Key Length Constraints: Maximum length of 65535.
Required: No
- Message
-
The error message associated with the PartiQL batch response.
Type: String
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: