@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ProvisionedThroughputExceededException extends AmazonDynamoDBException
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.
AmazonServiceException.ErrorType
Constructor and Description |
---|
ProvisionedThroughputExceededException(String message)
Constructs a new ProvisionedThroughputExceededException with the specified error message.
|
getErrorCode, getErrorMessage, getErrorType, getHttpHeaders, getMessage, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCode
isRetryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ProvisionedThroughputExceededException(String message)
message
- Describes the error encountered.Copyright © 2017. All rights reserved.