Class: Aws::CloudFormation::Errors::GeneratedTemplateNotFoundException Deprecated
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::CloudFormation::Errors::GeneratedTemplateNotFoundException
- Defined in:
- lib/aws-sdk-cloudformation/errors.rb
Overview
Deprecated.
This error class is not used during parsing. Please use ‘GeneratedTemplateNotFound` instead.
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ GeneratedTemplateNotFoundException
constructor
A new instance of GeneratedTemplateNotFoundException.
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ GeneratedTemplateNotFoundException
Returns a new instance of GeneratedTemplateNotFoundException.
143 144 145 |
# File 'lib/aws-sdk-cloudformation/errors.rb', line 143 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |