@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeploymentTargetListSizeExceededException extends AmazonCodeDeployException
The maximum number of targets that can be associated with an Amazon ECS or Lambda deployment was exceeded. The target list of both types of deployments must have exactly one item. This exception does not apply to EC2/On-premises deployments.
AmazonServiceException.ErrorType
Constructor and Description |
---|
DeploymentTargetListSizeExceededException(String message)
Constructs a new DeploymentTargetListSizeExceededException with the specified error message.
|
getErrorCode, getErrorMessage, getErrorType, getHttpHeaders, getMessage, getProxyHost, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setProxyHost, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCode
isRetryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DeploymentTargetListSizeExceededException(String message)
message
- Describes the error encountered.