Class: Aws::CloudFormation::Errors::StackRefactorNotFoundException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::CloudFormation::Errors::StackRefactorNotFoundException
- Defined in:
- lib/aws-sdk-cloudformation/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ StackRefactorNotFoundException
constructor
A new instance of StackRefactorNotFoundException.
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ StackRefactorNotFoundException
Returns a new instance of StackRefactorNotFoundException.
327 328 329 |
# File 'lib/aws-sdk-cloudformation/errors.rb', line 327 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |