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