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
7058 7059 7060 7061 7062 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 7058 class ReplicaAlreadyExistsException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |