Class: Aws::ConfigService::Errors::ResourceNotFoundException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::ConfigService::Errors::ResourceNotFoundException
- Defined in:
- gems/aws-sdk-configservice/lib/aws-sdk-configservice/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceNotFoundException
constructor
A new instance of ResourceNotFoundException.
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceNotFoundException
Returns a new instance of ResourceNotFoundException.
628 629 630 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/errors.rb', line 628 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |