Class: Aws::CloudFormation::Errors::ResourceScanInProgressException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ResourceScanInProgressException.

Parameters:



234
235
236
# File 'lib/aws-sdk-cloudformation/errors.rb', line 234

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