Class: Aws::DynamoDB::Errors::TableInUseException

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) ⇒ TableInUseException

Returns a new instance of TableInUseException.

Parameters:



468
469
470
# File 'lib/aws-sdk-dynamodb/errors.rb', line 468

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

Instance Method Details

#messageString

Returns:

  • (String)


473
474
475
# File 'lib/aws-sdk-dynamodb/errors.rb', line 473

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