class Aws::DynamoDB::Types::TransactionCanceledException

The entire transaction request was canceled.

DynamoDB cancels a `TransactWriteItems` request under the following circumstances:

DynamoDB cancels a `TransactGetItems` request under the following circumstances:

<note markdown=“1”> If using Java, DynamoDB lists the cancellation reasons on the `CancellationReasons` property. This property is not set for other languages. Transaction cancellation reasons are ordered in the order of requested items, if an item has no error it will have `NONE` code and `Null` message.

</note>

Cancellation reason codes and possible error messages:

@!attribute [rw] message

@return [String]

@!attribute [rw] cancellation_reasons

A list of cancellation reasons.
@return [Array<Types::CancellationReason>]

@see docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/TransactionCanceledException AWS API Documentation

Constants

SENSITIVE