@Generated(value="software.amazon.awssdk:codegen") public final class ThrottlingException extends WorkSpacesWebException implements ToCopyableBuilder<ThrottlingException.Builder,ThrottlingException>
There is a throttling error.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ThrottlingException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ThrottlingException.Builder |
builder() |
String |
quotaCode()
The originating quota.
|
Integer |
retryAfterSeconds()
Advice to clients on when the call can be safely retried.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ThrottlingException.Builder> |
serializableBuilderClass() |
String |
serviceCode()
The originating service.
|
ThrottlingException.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 ThrottlingException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ThrottlingException.Builder,ThrottlingException>toBuilder in class WorkSpacesWebExceptionpublic static ThrottlingException.Builder builder()
public static Class<? extends ThrottlingException.Builder> serializableBuilderClass()
public String quotaCode()
The originating quota.
public Integer retryAfterSeconds()
Advice to clients on when the call can be safely retried.
public String serviceCode()
The originating service.
Copyright © 2023. All rights reserved.