Class: Aws::DynamoDB::Errors::TableNotFoundException

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

Returns a new instance of TableNotFoundException.

Parameters:



483
484
485
# File 'lib/aws-sdk-dynamodb/errors.rb', line 483

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

Instance Method Details

#messageString

Returns:

  • (String)


488
489
490
# File 'lib/aws-sdk-dynamodb/errors.rb', line 488

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