Class: Aws::ECS::Types::ClusterContainsTasksException

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

Overview

You can't delete a cluster that has active tasks.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Message that describes the cause of the exception.

Returns:

  • (String)


1058
1059
1060
1061
1062
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 1058

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