Class: Aws::ECS::Types::ClusterContainsContainerInstancesException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::ClusterContainsContainerInstancesException
- Defined in:
- gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb
Overview
You can't delete a cluster that has registered container instances. First, deregister the container instances before you can delete the cluster. For more information, see DeregisterContainerInstance.
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.
1022 1023 1024 1025 1026 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 1022 class ClusterContainsContainerInstancesException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |