Class ClusterContainsContainerInstancesException

All Implemented Interfaces:
Serializable

public class ClusterContainsContainerInstancesException extends AmazonServiceException

You cannot delete a cluster that has registered container instances. You must first deregister the container instances before you can delete the cluster. For more information, see DeregisterContainerInstance.

See Also:
  • Constructor Details

    • ClusterContainsContainerInstancesException

      public ClusterContainsContainerInstancesException(String message)
      Constructs a new ClusterContainsContainerInstancesException with the specified error message.
      Parameters:
      message - Describes the error encountered.