Class ServiceNotFoundException

All Implemented Interfaces:
Serializable

public class ServiceNotFoundException extends AmazonServiceException

The specified service could not be found. You can view your available services with ListServices. Amazon ECS services are cluster-specific and region-specific.

See Also:
  • Constructor Details

    • ServiceNotFoundException

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