Class: Aws::DynamoDB::Types::ReplicaAlreadyExistsException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-dynamodb/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

#messageString

Returns:

  • (String)


7007
7008
7009
7010
7011
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 7007

class ReplicaAlreadyExistsException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end