Method: Aws::DynamoDB::Errors::ResourceNotFoundException#initialize

Defined in:
lib/aws-sdk-dynamodb/errors.rb

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceNotFoundException



485
486
487
# File 'lib/aws-sdk-dynamodb/errors.rb', line 485

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