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.
1520 1521 1522 1523 1524 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 1520 class ConditionalCheckFailedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |