Class: Aws::ECS::Types::ClusterContainsTasksException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::ClusterContainsTasksException
- Includes:
- Structure
- Defined in:
- 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.
1080 1081 1082 1083 1084 |
# File 'lib/aws-sdk-ecs/types.rb', line 1080 class ClusterContainsTasksException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |