Class: Aws::DynamoDB::Types::ReplicatedWriteConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::ReplicatedWriteConflictException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dynamodb/types.rb
Overview
The request was rejected because one or more items in the request are being modified by a request in another Region.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
7620 7621 7622 7623 7624 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 7620 class ReplicatedWriteConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |