@Generated(value="software.amazon.awssdk:codegen") public final class ThrottlingException extends SecurityLakeException implements ToCopyableBuilder<ThrottlingException.Builder,ThrottlingException>
The limit on the number of requests per second was exceeded.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ThrottlingException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ThrottlingException.Builder |
builder() |
String |
quotaCode()
That the rate of requests to Security Lake is exceeding the request quotas for your Amazon Web Services account.
|
Integer |
retryAfterSeconds()
Retry the request after the specified time.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ThrottlingException.Builder> |
serializableBuilderClass() |
String |
serviceCode()
The code for the service in Service Quotas.
|
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 SecurityLakeExceptionpublic static ThrottlingException.Builder builder()
public static Class<? extends ThrottlingException.Builder> serializableBuilderClass()
public String quotaCode()
That the rate of requests to Security Lake is exceeding the request quotas for your Amazon Web Services account.
public Integer retryAfterSeconds()
Retry the request after the specified time.
public String serviceCode()
The code for the service in Service Quotas.
Copyright © 2022. All rights reserved.