@Generated(value="software.amazon.awssdk:codegen") public final class ServiceQuotaExceededException extends VerifiedPermissionsException implements ToCopyableBuilder<ServiceQuotaExceededException.Builder,ServiceQuotaExceededException>
The request failed because it would cause a service quota to be exceeded.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ServiceQuotaExceededException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ServiceQuotaExceededException.Builder |
builder() |
String |
quotaCode()
The quota code recognized by the Amazon Web Services Service Quotas service.
|
String |
resourceId()
The unique ID of the resource referenced in the failed request.
|
ResourceType |
resourceType()
The resource type of the resource referenced in the failed request.
|
String |
resourceTypeAsString()
The resource type of the resource referenced in the failed request.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ServiceQuotaExceededException.Builder> |
serializableBuilderClass() |
String |
serviceCode()
The code for the Amazon Web Service that owns the quota.
|
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 VerifiedPermissionsExceptionpublic static ServiceQuotaExceededException.Builder builder()
public static Class<? extends ServiceQuotaExceededException.Builder> serializableBuilderClass()
public String resourceId()
The unique ID of the resource referenced in the failed request.
public ResourceType resourceType()
The resource type of the resource referenced in the failed request.
If the service returns an enum value that is not available in the current SDK version, resourceType will
return ResourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
resourceTypeAsString().
ResourceTypepublic String resourceTypeAsString()
The resource type of the resource referenced in the failed request.
If the service returns an enum value that is not available in the current SDK version, resourceType will
return ResourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
resourceTypeAsString().
ResourceTypepublic String serviceCode()
The code for the Amazon Web Service that owns the quota.
public String quotaCode()
The quota code recognized by the Amazon Web Services Service Quotas service.
Copyright © 2023. All rights reserved.