@Generated(value="software.amazon.awssdk:codegen") public final class ServiceLimitExceededException extends Route53RecoveryClusterException implements ToCopyableBuilder<ServiceLimitExceededException.Builder,ServiceLimitExceededException>
The request can't update that many routing control states at the same time. Try again with fewer routing control states.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ServiceLimitExceededException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ServiceLimitExceededException.Builder |
builder() |
String |
limitCode()
The code of the limit that was exceeded.
|
String |
resourceId()
The resource identifier of the limit that was exceeded.
|
String |
resourceType()
The resource type of the limit that was exceeded.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ServiceLimitExceededException.Builder> |
serializableBuilderClass() |
String |
serviceCode()
The service code of the limit that was exceeded.
|
ServiceLimitExceededException.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 ServiceLimitExceededException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ServiceLimitExceededException.Builder,ServiceLimitExceededException>toBuilder in class Route53RecoveryClusterExceptionpublic static ServiceLimitExceededException.Builder builder()
public static Class<? extends ServiceLimitExceededException.Builder> serializableBuilderClass()
public String resourceId()
The resource identifier of the limit that was exceeded.
public String resourceType()
The resource type of the limit that was exceeded.
public String limitCode()
The code of the limit that was exceeded.
public String serviceCode()
The service code of the limit that was exceeded.
Copyright © 2022. All rights reserved.