Class: Aws::DynamoDB::Types::ConditionalCheckFailedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::ConditionalCheckFailedException
- Defined in:
- gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb
Overview
A condition specified in the operation could not be evaluated.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#item ⇒ Hash<String,Types::AttributeValue>
Item which caused the
ConditionalCheckFailedException
. -
#message ⇒ String
The conditional request failed.
Instance Attribute Details
#item ⇒ Hash<String,Types::AttributeValue>
Item which caused the ConditionalCheckFailedException
.
1537 1538 1539 1540 1541 1542 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 1537 class ConditionalCheckFailedException < Struct.new( :message, :item) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The conditional request failed.
1537 1538 1539 1540 1541 1542 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 1537 class ConditionalCheckFailedException < Struct.new( :message, :item) SENSITIVE = [] include Aws::Structure end |