@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, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCodeisRetryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic HealthCheckAlreadyExistsException(String message)
message - Describes the error encountered.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.