Class: Aws::ECS::Errors::ClusterNotFoundException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ClusterNotFoundException.

Parameters:



143
144
145
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/errors.rb', line 143

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