@Generated(value="software.amazon.awssdk:codegen") public final class ThrottlingException extends AmpException implements ToCopyableBuilder<ThrottlingException.Builder,ThrottlingException>
Request was denied due to request throttling.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ThrottlingException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ThrottlingException.Builder |
builder() |
String |
quotaCode()
Service Quotas requirement to identify 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()
Service Quotas requirement to identify 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 AmpExceptionpublic static ThrottlingException.Builder builder()
public static Class<? extends ThrottlingException.Builder> serializableBuilderClass()
public String quotaCode()
Service Quotas requirement to identify originating quota.
public Integer retryAfterSeconds()
Advice to clients on when the call can be safely retried.
public String serviceCode()
Service Quotas requirement to identify originating service.
Copyright © 2023. All rights reserved.