@Generated(value="software.amazon.awssdk:codegen") public final class ServiceQuotaExceededException extends MgnException implements ToCopyableBuilder<ServiceQuotaExceededException.Builder,ServiceQuotaExceededException>
The request could not be completed because its exceeded the service quota.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ServiceQuotaExceededException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ServiceQuotaExceededException.Builder |
builder() |
String |
code()
Returns the value of the Code property for this object.
|
String |
quotaCode()
Exceeded the service quota code.
|
Integer |
quotaValue()
Exceeded the service quota value.
|
String |
resourceId()
Exceeded the service quota resource ID.
|
String |
resourceType()
Exceeded the service quota resource type.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ServiceQuotaExceededException.Builder> |
serializableBuilderClass() |
String |
serviceCode()
Exceeded the service quota service code.
|
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 MgnExceptionpublic static ServiceQuotaExceededException.Builder builder()
public static Class<? extends ServiceQuotaExceededException.Builder> serializableBuilderClass()
public String code()
public String quotaCode()
Exceeded the service quota code.
public Integer quotaValue()
Exceeded the service quota value.
public String resourceId()
Exceeded the service quota resource ID.
public String resourceType()
Exceeded the service quota resource type.
public String serviceCode()
Exceeded the service quota service code.
Copyright © 2022. All rights reserved.