Class: Aws::DynamoDB::Errors::GlobalTableNotFoundException

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



201
202
203
# File 'lib/aws-sdk-dynamodb/errors.rb', line 201

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

Instance Method Details

#messageString



206
207
208
# File 'lib/aws-sdk-dynamodb/errors.rb', line 206

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