Class: Aws::DynamoDB::Types::ConditionalCheckFailedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::ConditionalCheckFailedException
- Includes:
- Structure
- Defined in:
- 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
-
#message ⇒ String
The conditional request failed.
Instance Attribute Details
#message ⇒ String
The conditional request failed.
1664 1665 1666 1667 1668 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 1664 class ConditionalCheckFailedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |