Class: Aws::DynamoDB::Errors::GlobalTableNotFoundException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::DynamoDB::Errors::GlobalTableNotFoundException
- Defined in:
- gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ GlobalTableNotFoundException
constructor
A new instance of GlobalTableNotFoundException.
-
#message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ GlobalTableNotFoundException
Returns a new instance of GlobalTableNotFoundException.
201 202 203 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/errors.rb', line 201 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
206 207 208 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/errors.rb', line 206 def @message || @data[:message] end |