Class: Aws::DynamoDB::Errors::TableNotFoundException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::DynamoDB::Errors::TableNotFoundException
- Defined in:
- gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ TableNotFoundException
constructor
A new instance of TableNotFoundException.
-
#message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ TableNotFoundException
Returns a new instance of TableNotFoundException.
530 531 532 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/errors.rb', line 530 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
535 536 537 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/errors.rb', line 535 def @message || @data[:message] end |