@Generated(value="software.amazon.awssdk:codegen") public final class ServiceQuotaExceededException extends SecurityLakeException implements ToCopyableBuilder<ServiceQuotaExceededException.Builder,ServiceQuotaExceededException>
You have exceeded your service quota. To perform the requested action, remove some of the relevant resources, or use Service Quotas to request a service quota increase.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ServiceQuotaExceededException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ServiceQuotaExceededException.Builder |
builder() |
String |
quotaCode()
That the rate of requests to Security Lake is exceeding the request quotas for your Amazon Web Services account.
|
String |
resourceId()
The ID of the resource that exceeds the service quota.
|
String |
resourceType()
The type of the resource that exceeds the service quota.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ServiceQuotaExceededException.Builder> |
serializableBuilderClass() |
String |
serviceCode()
The code for the service in Service Quotas.
|
ServiceQuotaExceededException.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 ServiceQuotaExceededException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ServiceQuotaExceededException.Builder,ServiceQuotaExceededException>toBuilder in class SecurityLakeExceptionpublic static ServiceQuotaExceededException.Builder builder()
public static Class<? extends ServiceQuotaExceededException.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 String resourceId()
The ID of the resource that exceeds the service quota.
public String resourceType()
The type of the resource that exceeds the service quota.
public String serviceCode()
The code for the service in Service Quotas.
Copyright © 2022. All rights reserved.