Class: Aws::ServiceCatalog::Errors::ResourceNotFoundException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::ServiceCatalog::Errors::ResourceNotFoundException
- Defined in:
- lib/aws-sdk-servicecatalog/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.
110 111 112 |
# File 'lib/aws-sdk-servicecatalog/errors.rb', line 110 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |