Class: Aws::DynamoDB::Errors::ReplicaAlreadyExistsException

Inherits:
ServiceError
  • Object
show all
Defined in:
lib/aws-sdk-dynamodb/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ReplicaAlreadyExistsException

Returns a new instance of ReplicaAlreadyExistsException.

Parameters:



378
379
380
# File 'lib/aws-sdk-dynamodb/errors.rb', line 378

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#messageString

Returns:

  • (String)


383
384
385
# File 'lib/aws-sdk-dynamodb/errors.rb', line 383

def message
  @message || @data[:message]
end