@Generated(value="software.amazon.awssdk:codegen") public final class LimitExceededException extends DynamoDbException implements ToCopyableBuilder<LimitExceededException.Builder,LimitExceededException>
There is no limit to the number of daily on-demand backups that can be taken.
Up to 50 simultaneous table operations are allowed per account. These operations include CreateTable
,
UpdateTable
, DeleteTable
,UpdateTimeToLive
, RestoreTableFromBackup
, and RestoreTableToPointInTime
.
The only exception is when you are creating a table with one or more secondary indexes. You can have up to 25 such requests running at a time; however, if the table or index specifications are complex, DynamoDB might temporarily reduce the number of concurrent operations.
There is a soft account limit of 256 tables.
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 DynamoDbException
public static LimitExceededException.Builder builder()
public static Class<? extends LimitExceededException.Builder> serializableBuilderClass()
Copyright © 2020. All rights reserved.