Serializable
, ToCopyableBuilder<PriorRequestNotCompleteException.Builder,PriorRequestNotCompleteException>
@Generated("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 | Description |
---|---|---|
static interface |
PriorRequestNotCompleteException.Builder |
AmazonServiceException.ErrorType
Modifier and Type | Method | 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.
|
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 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.