Class: Aws::ECS::Types::ClusterContainsTasksException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::ClusterContainsTasksException
- 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
-
#message ⇒ String
Message that describes the cause of the exception.
Instance Attribute Details
#message ⇒ String
Message that describes the cause of the exception.
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 |