Class: Aws::CloudFormation::Errors::ResourceScanNotFoundException Deprecated

Inherits:
ServiceError
  • Object
show all
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

Constructor Details

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

Returns a new instance of ResourceScanNotFoundException.

Parameters:



297
298
299
# File 'lib/aws-sdk-cloudformation/errors.rb', line 297

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