Class: Aws::ECS::Types::TaskSetNotFoundException

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

Overview

The specified task set wasn't found. You can view your available task sets with DescribeTaskSets. Task sets are specific to each cluster, service and Region.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Message that describes the cause of the exception.

Returns:

  • (String)


17709
17710
17711
17712
17713
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 17709

class TaskSetNotFoundException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end