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.
AmazonServiceException.ErrorType| Constructor and Description |
|---|
ClusterNotFoundException(String message)
Constructs a new ClusterNotFoundException with the specified error
message.
|
getErrorCode, getErrorMessage, getErrorType, getMessage, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCodeisRetryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ClusterNotFoundException(String message)
message - Describes the error encountered.Copyright © 2016. All rights reserved.