@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DuplicateRequestException extends AmazonRoute53DomainsException
The request is already in progress for the domain.
AmazonServiceException.ErrorType
Constructor and Description |
---|
DuplicateRequestException(String message)
Constructs a new DuplicateRequestException with the specified error message.
|
Modifier and Type | Method and Description |
---|---|
String |
getRequestId()
ID of the request operation.
|
void |
setRequestId(String requestId)
ID of the request operation.
|
DuplicateRequestException |
withRequestId(String requestId)
ID of the request operation.
|
getErrorCode, getErrorMessage, getErrorType, getHttpHeaders, getMessage, getProxyHost, getRawResponse, getRawResponseContent, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setProxyHost, setRawResponse, setRawResponseContent, setServiceName, setStatusCode
isRetryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DuplicateRequestException(String message)
message
- Describes the error encountered.public void setRequestId(String requestId)
ID of the request operation.
setRequestId
in class AmazonServiceException
requestId
- ID of the request operation.public String getRequestId()
ID of the request operation.
getRequestId
in class AmazonServiceException
public DuplicateRequestException withRequestId(String requestId)
ID of the request operation.
requestId
- ID of the request operation.