Class: Aws::CloudFormation::Errors::GeneratedTemplateNotFoundException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::CloudFormation::Errors::GeneratedTemplateNotFoundException
- Defined in:
- lib/aws-sdk-cloudformation/errors.rb
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.
124 125 126 |
# File 'lib/aws-sdk-cloudformation/errors.rb', line 124 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |