@Generated(value="software.amazon.awssdk:codegen") public final 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 and Description |
|---|---|
static interface |
HealthCheckAlreadyExistsException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static HealthCheckAlreadyExistsException.Builder |
builder() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends HealthCheckAlreadyExistsException.Builder> |
serializableBuilderClass() |
HealthCheckAlreadyExistsException.Builder |
toBuilder()
Create a
AwsServiceException.Builder initialized with the properties of this AwsServiceException. |
awsErrorDetails, getMessage, isClockSkewException, isThrottlingExceptionrequestId, statusCoderetryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitcopypublic HealthCheckAlreadyExistsException.Builder toBuilder()
AwsServiceExceptionAwsServiceException.Builder initialized with the properties of this AwsServiceException.toBuilder in interface ToCopyableBuilder<HealthCheckAlreadyExistsException.Builder,HealthCheckAlreadyExistsException>toBuilder in class Route53Exceptionpublic static HealthCheckAlreadyExistsException.Builder builder()
public static Class<? extends HealthCheckAlreadyExistsException.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.