@Generated(value="software.amazon.awssdk:codegen") public final class ServiceUnavailableException extends ChimeSdkMeetingsException implements ToCopyableBuilder<ServiceUnavailableException.Builder,ServiceUnavailableException>
The service is currently unavailable.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ServiceUnavailableException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ServiceUnavailableException.Builder |
builder() |
String |
code()
Returns the value of the Code property for this object.
|
String |
requestIdValue()
The request id associated with the call responsible for the exception.
|
String |
retryAfterSeconds()
The number of seconds the caller should wait before retrying.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ServiceUnavailableException.Builder> |
serializableBuilderClass() |
ServiceUnavailableException.Builder |
toBuilder() |
awsErrorDetails, getMessage, isClockSkewException, isThrottlingExceptionextendedRequestId, requestId, statusCodecreate, retryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcopyequalsBySdkFieldspublic ServiceUnavailableException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ServiceUnavailableException.Builder,ServiceUnavailableException>toBuilder in class ChimeSdkMeetingsExceptionpublic static ServiceUnavailableException.Builder builder()
public static Class<? extends ServiceUnavailableException.Builder> serializableBuilderClass()
public String code()
public String requestIdValue()
The request id associated with the call responsible for the exception.
public String retryAfterSeconds()
The number of seconds the caller should wait before retrying.
Copyright © 2023. All rights reserved.