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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-dynamodb/types.rb

Overview

The specified replica is already part of the global table.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


5990
5991
5992
5993
# File 'lib/aws-sdk-dynamodb/types.rb', line 5990

class ReplicaAlreadyExistsException < Struct.new(
  :message)
  include Aws::Structure
end