Class: Aws::DynamoDB::Types::IdempotentParameterMismatchException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::IdempotentParameterMismatchException
- 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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4551 4552 4553 4554 4555 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 4551 class IdempotentParameterMismatchException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |