@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ServiceUnavailableException extends AmazonChimeSDKMeetingsException
The service is currently unavailable.
AmazonServiceException.ErrorType| Constructor and Description |
|---|
ServiceUnavailableException(String message)
Constructs a new ServiceUnavailableException with the specified error message.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
String |
getRequestId()
The request id associated with the call responsible for the exception.
|
String |
getRetryAfterSeconds()
The number of seconds the caller should wait before retrying.
|
void |
setCode(String code) |
void |
setRequestId(String requestId)
The request id associated with the call responsible for the exception.
|
void |
setRetryAfterSeconds(String retryAfterSeconds)
The number of seconds the caller should wait before retrying.
|
ServiceUnavailableException |
withCode(String code) |
ServiceUnavailableException |
withRequestId(String requestId)
The request id associated with the call responsible for the exception.
|
ServiceUnavailableException |
withRetryAfterSeconds(String retryAfterSeconds)
The number of seconds the caller should wait before retrying.
|
getErrorCode, getErrorMessage, getErrorType, getHttpHeaders, getMessage, getProxyHost, getRawResponse, getRawResponseContent, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setProxyHost, setRawResponse, setRawResponseContent, setServiceName, setStatusCodeisRetryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ServiceUnavailableException(String message)
message - Describes the error encountered.public void setCode(String code)
code - public String getCode()
public ServiceUnavailableException withCode(String code)
code - public void setRequestId(String requestId)
The request id associated with the call responsible for the exception.
setRequestId in class AmazonServiceExceptionrequestId - The request id associated with the call responsible for the exception.public String getRequestId()
The request id associated with the call responsible for the exception.
getRequestId in class AmazonServiceExceptionpublic ServiceUnavailableException withRequestId(String requestId)
The request id associated with the call responsible for the exception.
requestId - The request id associated with the call responsible for the exception.public void setRetryAfterSeconds(String retryAfterSeconds)
The number of seconds the caller should wait before retrying.
retryAfterSeconds - The number of seconds the caller should wait before retrying.public String getRetryAfterSeconds()
The number of seconds the caller should wait before retrying.
public ServiceUnavailableException withRetryAfterSeconds(String retryAfterSeconds)
The number of seconds the caller should wait before retrying.
retryAfterSeconds - The number of seconds the caller should wait before retrying.