Serializable
, ToCopyableBuilder<HealthCheckAlreadyExistsException.Builder,HealthCheckAlreadyExistsException>
@Generated("software.amazon.awssdk:codegen") public class HealthCheckAlreadyExistsException extends Route53Exception implements ToCopyableBuilder<HealthCheckAlreadyExistsException.Builder,HealthCheckAlreadyExistsException>
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.
Modifier and Type | Class | Description |
---|---|---|
static interface |
HealthCheckAlreadyExistsException.Builder |
AmazonServiceException.ErrorType
Modifier and Type | Method | Description |
---|---|---|
static HealthCheckAlreadyExistsException.Builder |
builder() |
|
static Class<? extends HealthCheckAlreadyExistsException.Builder> |
serializableBuilderClass() |
|
HealthCheckAlreadyExistsException.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
isRetryable
getErrorCode, getErrorMessage, getErrorType, getHttpHeaders, getMessage, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCode
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public HealthCheckAlreadyExistsException.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<HealthCheckAlreadyExistsException.Builder,HealthCheckAlreadyExistsException>
public static HealthCheckAlreadyExistsException.Builder builder()
public static Class<? extends HealthCheckAlreadyExistsException.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.