Class: Aws::CloudFormation::Errors::StackRefactorNotFoundException

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) ⇒ StackRefactorNotFoundException

Returns a new instance of StackRefactorNotFoundException.

Parameters:



327
328
329
# File 'lib/aws-sdk-cloudformation/errors.rb', line 327

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