@Generated(value="software.amazon.awssdk:codegen") public 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()
Take this object and create a builder that contains all of the current property values of this object.
|
additionalThrottlingCondition, isClockSkewException
errorCode, errorCode, errorMessage, errorMessage, errorType, errorType, getMessage, headers, headers, isThrottlingException, rawResponse, rawResponse, requestId, requestId, serviceName, serviceName, statusCode, statusCode
retryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
copy
public PriorRequestNotCompleteException.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<PriorRequestNotCompleteException.Builder,PriorRequestNotCompleteException>
public static PriorRequestNotCompleteException.Builder builder()
public static Class<? extends PriorRequestNotCompleteException.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.