Class: Aws::ECS::Types::ClusterContainsServicesException
- Inherits:
-
Aws::EmptyStructure
- Object
- Struct::AwsEmptyStructure
- Aws::EmptyStructure
- Aws::ECS::Types::ClusterContainsServicesException
- Defined in:
- gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb
Overview
You can't delete a cluster that contains services. First, update the service to reduce its desired task count to 0, and then delete the service. For more information, see UpdateService and DeleteService.