Class: Aws::DynamoDB::Types::ReplicaAlreadyExistsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::ReplicaAlreadyExistsException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dynamodb/types.rb
Overview
The specified replica is already part of the global table.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
7013 7014 7015 7016 7017 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 7013 class ReplicaAlreadyExistsException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |