@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ServiceTemporarilyUnavailableException extends AmazonInspectorException
The serice is temporary unavailable.
AmazonServiceException.ErrorType
Constructor and Description |
---|
ServiceTemporarilyUnavailableException(String message)
Constructs a new ServiceTemporarilyUnavailableException with the specified error message.
|
Modifier and Type | Method and Description |
---|---|
Boolean |
getCanRetry()
You can wait and then retry your request.
|
Boolean |
isCanRetry()
You can wait and then retry your request.
|
void |
setCanRetry(Boolean canRetry)
You can wait and then retry your request.
|
ServiceTemporarilyUnavailableException |
withCanRetry(Boolean canRetry)
You can wait and then retry your request.
|
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 ServiceTemporarilyUnavailableException(String message)
message
- Describes the error encountered.public void setCanRetry(Boolean canRetry)
You can wait and then retry your request.
canRetry
- You can wait and then retry your request.public Boolean getCanRetry()
You can wait and then retry your request.
public ServiceTemporarilyUnavailableException withCanRetry(Boolean canRetry)
You can wait and then retry your request.
canRetry
- You can wait and then retry your request.public Boolean isCanRetry()
You can wait and then retry your request.