@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PriorRequestNotCompleteException extends AmazonRoute53Exception
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 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.
AmazonServiceException.ErrorType
Constructor and Description |
---|
PriorRequestNotCompleteException(String message)
Constructs a new PriorRequestNotCompleteException with the specified error message.
|
getErrorCode, getErrorMessage, getErrorType, getHttpHeaders, getMessage, getProxyHost, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setProxyHost, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCode
isRetryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PriorRequestNotCompleteException(String message)
message
- Describes the error encountered.