Class: Aws::CloudFormation::Errors::StackSetNotFoundException

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) ⇒ StackSetNotFoundException

Returns a new instance of StackSetNotFoundException.

Parameters:



294
295
296
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/errors.rb', line 294

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