Class: Aws::DynamoDB::Types::ConditionalCheckFailedException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-dynamodb/types.rb

Overview

A condition specified in the operation could not be evaluated.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The conditional request failed.

Returns:

  • (String)


1496
1497
1498
1499
# File 'lib/aws-sdk-dynamodb/types.rb', line 1496

class ConditionalCheckFailedException < Struct.new(
  :message)
  include Aws::Structure
end