Class: Aws::CloudFormation::Errors::ResourceScanNotFoundException Deprecated
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::CloudFormation::Errors::ResourceScanNotFoundException
- Defined in:
- lib/aws-sdk-cloudformation/errors.rb
Overview
Deprecated.
This error class is not used during parsing. Please use ‘ResourceScanNotFound` instead.
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceScanNotFoundException
constructor
A new instance of ResourceScanNotFoundException.
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceScanNotFoundException
Returns a new instance of ResourceScanNotFoundException.
297 298 299 |
# File 'lib/aws-sdk-cloudformation/errors.rb', line 297 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |