Class: Aws::DynamoDB::Errors::ResourceInUseException

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

Returns a new instance of ResourceInUseException.

Parameters:



423
424
425
# File 'lib/aws-sdk-dynamodb/errors.rb', line 423

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

Instance Method Details

#messageString

Returns:

  • (String)


428
429
430
# File 'lib/aws-sdk-dynamodb/errors.rb', line 428

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