TransactionCanceled

@JsonSerializable
data class TransactionCanceled(val __type: String, val Message: String, val CancellationReasons: List<CancellationReason>)(source)

The body of the error DynamoDB returns for a cancelled transaction: one reason per member of the request, in order, with Code None for each member that passed.

Constructors

Link copied to clipboard
constructor(__type: String, Message: String, CancellationReasons: List<CancellationReason>)

Properties

Link copied to clipboard
Link copied to clipboard