Class: Aws::ConfigService::Errors::ResourceNotFoundException

Inherits:
ServiceError
  • Object
show all
Defined in:
gems/aws-sdk-configservice/lib/aws-sdk-configservice/errors.rb

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ResourceNotFoundException.

Parameters:



616
617
618
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/errors.rb', line 616

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