@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class HealthCheckAlreadyExistsException extends AmazonRoute53Exception
The health check you're attempting to create already exists. Amazon Route 53 returns this error when you submit a request that has the following values:
The same value for CallerReference
as an existing health check, and one or more values that differ from
the existing health check that has the same caller reference.
The same value for CallerReference
as a health check that you created and later deleted, regardless of
the other settings in the request.
AmazonServiceException.ErrorType
Constructor and Description |
---|
HealthCheckAlreadyExistsException(String message)
Constructs a new HealthCheckAlreadyExistsException 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 HealthCheckAlreadyExistsException(String message)
message
- Describes the error encountered.