@Generated(value="software.amazon.awssdk:codegen") public final class TooManyRequestsException extends AmplifyBackendException implements ToCopyableBuilder<TooManyRequestsException.Builder,TooManyRequestsException>
An error that is returned when a limit of a specific type has been exceeded.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TooManyRequestsException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TooManyRequestsException.Builder |
builder() |
String |
limitType()
The type of limit that was exceeded.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TooManyRequestsException.Builder> |
serializableBuilderClass() |
TooManyRequestsException.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 TooManyRequestsException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TooManyRequestsException.Builder,TooManyRequestsException>toBuilder in class AmplifyBackendExceptionpublic static TooManyRequestsException.Builder builder()
public static Class<? extends TooManyRequestsException.Builder> serializableBuilderClass()
public String limitType()
The type of limit that was exceeded.
Copyright © 2022. All rights reserved.