@Generated(value="software.amazon.awssdk:codegen") public final class ProvisionedThroughputExceededException extends DynamoDbException implements ToCopyableBuilder<ProvisionedThroughputExceededException.Builder,ProvisionedThroughputExceededException>
Your request rate is too high. The AWS SDKs for DynamoDB automatically retry requests that receive this exception. Your request is eventually successful, unless your retry queue is too large to finish. Reduce the frequency of requests and use exponential backoff. For more information, go to Error Retries and Exponential Backoff in the Amazon DynamoDB Developer Guide.
Modifier and Type | Class and Description |
---|---|
static interface |
ProvisionedThroughputExceededException.Builder |
Modifier and Type | Method and Description |
---|---|
static ProvisionedThroughputExceededException.Builder |
builder() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ProvisionedThroughputExceededException.Builder> |
serializableBuilderClass() |
ProvisionedThroughputExceededException.Builder |
toBuilder() |
awsErrorDetails, getMessage, isClockSkewException, isThrottlingException
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 ProvisionedThroughputExceededException.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<ProvisionedThroughputExceededException.Builder,ProvisionedThroughputExceededException>
toBuilder
in class DynamoDbException
public static ProvisionedThroughputExceededException.Builder builder()
public static Class<? extends ProvisionedThroughputExceededException.Builder> serializableBuilderClass()
Copyright © 2019. All rights reserved.