Class: Aws::DynamoDB::Types::IdempotentParameterMismatchException

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

Overview

DynamoDB rejected the request because you retried a request with a different payload but with an idempotent token that was already used.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


4026
4027
4028
4029
# File 'lib/aws-sdk-dynamodb/types.rb', line 4026

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