@Generated(value="software.amazon.awssdk:codegen") public final class PriorRequestNotCompleteException extends Route53Exception implements ToCopyableBuilder<PriorRequestNotCompleteException.Builder,PriorRequestNotCompleteException>
If Amazon Route 53 can't process a request before the next request arrives, it will reject subsequent requests for
the same hosted zone and return an HTTP 400 error (Bad request). If Amazon Route 53 returns
this error repeatedly for the same request, we recommend that you wait, in intervals of increasing duration, before
you try the request again.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PriorRequestNotCompleteException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PriorRequestNotCompleteException.Builder |
builder() |
static Class<? extends PriorRequestNotCompleteException.Builder> |
serializableBuilderClass() |
PriorRequestNotCompleteException.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 PriorRequestNotCompleteException.Builder toBuilder()
AwsServiceExceptionAwsServiceException.Builder initialized with the properties of this AwsServiceException.toBuilder in interface ToCopyableBuilder<PriorRequestNotCompleteException.Builder,PriorRequestNotCompleteException>toBuilder in class Route53Exceptionpublic static PriorRequestNotCompleteException.Builder builder()
public static Class<? extends PriorRequestNotCompleteException.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.