@Generated(value="software.amazon.awssdk:codegen") public final class InternalServerException extends IdentitystoreException implements ToCopyableBuilder<InternalServerException.Builder,InternalServerException>
The request processing has failed because of an unknown error, exception or failure with an internal server.
| Modifier and Type | Class and Description |
|---|---|
static interface |
InternalServerException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static InternalServerException.Builder |
builder() |
String |
requestIdValue()
The identifier for each request.
|
Integer |
retryAfterSeconds()
The number of seconds that you would like to wait before retrying the next request.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends InternalServerException.Builder> |
serializableBuilderClass() |
InternalServerException.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 InternalServerException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<InternalServerException.Builder,InternalServerException>toBuilder in class IdentitystoreExceptionpublic static InternalServerException.Builder builder()
public static Class<? extends InternalServerException.Builder> serializableBuilderClass()
public String requestIdValue()
The identifier for each request. This value is a globally unique ID that is generated by the identity store service for each sent request, and is then returned inside the exception if the request fails.
public Integer retryAfterSeconds()
The number of seconds that you would like to wait before retrying the next request.
Copyright © 2022. All rights reserved.