Class: Aws::CloudFormation::Errors::GeneratedTemplateNotFoundException

Inherits:
ServiceError
  • Object
show all
Defined in:
gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ GeneratedTemplateNotFoundException

Returns a new instance of GeneratedTemplateNotFoundException.

Parameters:



124
125
126
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/errors.rb', line 124

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