@Generated(value="software.amazon.awssdk:codegen") public final class LimitExceededException extends KmsException implements ToCopyableBuilder<LimitExceededException.Builder,LimitExceededException>
The request was rejected because a quota was exceeded. For more information, see Quotas in the AWS Key Management Service Developer Guide.
Modifier and Type | Class and Description |
---|---|
static interface |
LimitExceededException.Builder |
Modifier and Type | Method and Description |
---|---|
static LimitExceededException.Builder |
builder() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends LimitExceededException.Builder> |
serializableBuilderClass() |
LimitExceededException.Builder |
toBuilder() |
awsErrorDetails, getMessage, isClockSkewException, isThrottlingException
extendedRequestId, requestId, statusCode
create, retryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
copy
equalsBySdkFields
public LimitExceededException.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<LimitExceededException.Builder,LimitExceededException>
toBuilder
in class KmsException
public static LimitExceededException.Builder builder()
public static Class<? extends LimitExceededException.Builder> serializableBuilderClass()
Copyright © 2021. All rights reserved.