Table of Contents

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

innerException Exception

ProvisionedThroughputExceededException(string)

Constructs a new ProvisionedThroughputExceededException with the specified error message.

public ProvisionedThroughputExceededException(string message)

Parameters

message string

Describes 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

message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode

ProvisionedThroughputExceededException(string, Exception)

Construct instance of ProvisionedThroughputExceededException

public ProvisionedThroughputExceededException(string message, Exception innerException)

Parameters

message string
innerException Exception

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

message string
innerException Exception
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode