Method: Aws::Organizations::Errors::TargetNotFoundException#initialize

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

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

Returns a new instance of TargetNotFoundException.

Parameters:



817
818
819
# File 'lib/aws-sdk-organizations/errors.rb', line 817

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