class Aws::DynamoDB::Types::CancellationReason
An ordered list of errors for each item in the request which caused the transaction to get cancelled. The values of the list are ordered according to the ordering of the `TransactWriteItems` request parameter. If no error occurred for the associated item an error with a Null code and Null message will be present.
@!attribute [rw] item
Item in the request which caused the transaction to get cancelled. @return [Hash<String,Types::AttributeValue>]
@!attribute [rw] code
Status code for the result of the cancelled transaction. @return [String]
@!attribute [rw] message
Cancellation reason message description. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/CancellationReason AWS API Documentation
Constants
- SENSITIVE