Class: Aws::CloudFormation::Errors::StackSetNotEmptyException

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

Returns a new instance of StackSetNotEmptyException.

Parameters:



284
285
286
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/errors.rb', line 284

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