ConditionalCheckFailed

@JsonSerializable
data class ConditionalCheckFailed(val __type: String, @Json(name = "message") val Message: String, val Item: ItemResult? = null)(source)

The body of the error DynamoDB returns for a failed conditional write. Item holds the record which blocked the write, and is populated only when the request set ReturnValuesOnConditionCheckFailure to ALL_OLD.

Constructors

Link copied to clipboard
constructor(__type: String, @Json(name = "message") Message: String, Item: ItemResult? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard