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
4243 4244 4245 4246 4247 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 4243 class IdempotentParameterMismatchException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |