Class ProvisionedThroughputExceededException
- Namespace
- Amazon.DynamoDBv2.Model
- Assembly
- AWSSDK.DynamoDBv2.dll
Your request rate is too high. The Amazon Web Services 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.
public class ProvisionedThroughputExceededException : AmazonDynamoDBException
- Inheritance
-
ProvisionedThroughputExceededException
Constructors
ProvisionedThroughputExceededException(Exception)
Construct instance of ProvisionedThroughputExceededException
public ProvisionedThroughputExceededException(Exception innerException)
Parameters
innerExceptionException
ProvisionedThroughputExceededException(string)
Constructs a new ProvisionedThroughputExceededException with the specified error message.
public ProvisionedThroughputExceededException(string message)
Parameters
messagestringDescribes the error encountered.
ProvisionedThroughputExceededException(string, ErrorType, string, string, HttpStatusCode)
Construct instance of ProvisionedThroughputExceededException
public ProvisionedThroughputExceededException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
Parameters
messagestringerrorTypeErrorTypeerrorCodestringrequestIdstringstatusCodeHttpStatusCode
ProvisionedThroughputExceededException(string, Exception)
Construct instance of ProvisionedThroughputExceededException
public ProvisionedThroughputExceededException(string message, Exception innerException)
Parameters
ProvisionedThroughputExceededException(string, Exception, ErrorType, string, string, HttpStatusCode)
Construct instance of ProvisionedThroughputExceededException
public ProvisionedThroughputExceededException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
Parameters
messagestringinnerExceptionExceptionerrorTypeErrorTypeerrorCodestringrequestIdstringstatusCodeHttpStatusCode