@Generated(value="software.amazon.awssdk:codegen") public final class ServiceQuotaExceededException extends M2Exception implements ToCopyableBuilder<ServiceQuotaExceededException.Builder,ServiceQuotaExceededException>
One or more quotas for Amazon Web Services Mainframe Modernization exceeds the limit.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ServiceQuotaExceededException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ServiceQuotaExceededException.Builder |
builder() |
String |
quotaCode()
The identifier of the exceeded quota.
|
String |
resourceId()
The ID of the resource that is exceeding the quota limit.
|
String |
resourceType()
The type of resource that is exceeding the quota limit for Amazon Web Services Mainframe Modernization.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ServiceQuotaExceededException.Builder> |
serializableBuilderClass() |
String |
serviceCode()
A code that identifies the service that the exceeded quota belongs to.
|
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 M2Exceptionpublic static ServiceQuotaExceededException.Builder builder()
public static Class<? extends ServiceQuotaExceededException.Builder> serializableBuilderClass()
public String quotaCode()
The identifier of the exceeded quota.
public String resourceId()
The ID of the resource that is exceeding the quota limit.
public String resourceType()
The type of resource that is exceeding the quota limit for Amazon Web Services Mainframe Modernization.
public String serviceCode()
A code that identifies the service that the exceeded quota belongs to.
Copyright © 2023. All rights reserved.