@Generated(value="software.amazon.awssdk:codegen") public final class ServiceUnavailableException extends BackupException implements ToCopyableBuilder<ServiceUnavailableException.Builder,ServiceUnavailableException>
The request failed due to a temporary failure of the server.
| 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 |
context()
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ServiceUnavailableException.Builder> |
serializableBuilderClass() |
ServiceUnavailableException.Builder |
toBuilder() |
String |
type()
|
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 BackupExceptionpublic static ServiceUnavailableException.Builder builder()
public static Class<? extends ServiceUnavailableException.Builder> serializableBuilderClass()
public String code()
public String type()
public String context()
Copyright © 2023. All rights reserved.