@Generated(value="software.amazon.awssdk:codegen") public final class ThrottlingException extends MgnException implements ToCopyableBuilder<ThrottlingException.Builder,ThrottlingException>
Reached throttling quota exception.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ThrottlingException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ThrottlingException.Builder |
builder() |
String |
quotaCode()
Reached throttling quota exception.
|
String |
retryAfterSeconds()
Reached throttling quota exception will retry after x seconds.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ThrottlingException.Builder> |
serializableBuilderClass() |
String |
serviceCode()
Reached throttling quota exception service code.
|
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 MgnExceptionpublic static ThrottlingException.Builder builder()
public static Class<? extends ThrottlingException.Builder> serializableBuilderClass()
public String quotaCode()
Reached throttling quota exception.
public String retryAfterSeconds()
Reached throttling quota exception will retry after x seconds.
public String serviceCode()
Reached throttling quota exception service code.
Copyright © 2023. All rights reserved.