Table of Contents

Class RequestLimitExceededException

Namespace
Amazon.DynamoDBv2.Model
Assembly
AWSSDK.DynamoDBv2.dll

Throughput exceeds the current throughput quota for your account. Please contact Amazon Web Services Support to request a quota increase.

public class RequestLimitExceededException : AmazonDynamoDBException
Inheritance
RequestLimitExceededException

Constructors

RequestLimitExceededException(Exception)

Construct instance of RequestLimitExceededException

public RequestLimitExceededException(Exception innerException)

Parameters

innerException Exception

RequestLimitExceededException(string)

Constructs a new RequestLimitExceededException with the specified error message.

public RequestLimitExceededException(string message)

Parameters

message string

Describes the error encountered.

RequestLimitExceededException(string, ErrorType, string, string, HttpStatusCode)

Construct instance of RequestLimitExceededException

public RequestLimitExceededException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)

Parameters

message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode

RequestLimitExceededException(string, Exception)

Construct instance of RequestLimitExceededException

public RequestLimitExceededException(string message, Exception innerException)

Parameters

message string
innerException Exception

RequestLimitExceededException(string, Exception, ErrorType, string, string, HttpStatusCode)

Construct instance of RequestLimitExceededException

public RequestLimitExceededException(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