Class: Aws::CloudFormation::Errors::TypeNotFoundException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of TypeNotFoundException.

Parameters:



334
335
336
# File 'lib/aws-sdk-cloudformation/errors.rb', line 334

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