Method: Aws::EntityResolution::Errors::ResourceNotFoundException#initialize

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

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

Returns a new instance of ResourceNotFoundException.

Parameters:



123
124
125
# File 'lib/aws-sdk-entityresolution/errors.rb', line 123

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