Class ClusterNotFoundException

All Implemented Interfaces:
Serializable

public class ClusterNotFoundException extends AmazonServiceException

The specified cluster could not be found. You can view your available clusters with ListClusters. Amazon ECS clusters are region-specific.

See Also:
  • Constructor Details

    • ClusterNotFoundException

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