Class: Aws::ECS::Errors::TaskSetNotFoundException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of TaskSetNotFoundException.

Parameters:



313
314
315
# File 'lib/aws-sdk-ecs/errors.rb', line 313

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