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
innerExceptionException
RequestLimitExceededException(string)
Constructs a new RequestLimitExceededException with the specified error message.
public RequestLimitExceededException(string message)
Parameters
messagestringDescribes 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
messagestringerrorTypeErrorTypeerrorCodestringrequestIdstringstatusCodeHttpStatusCode
RequestLimitExceededException(string, Exception)
Construct instance of RequestLimitExceededException
public RequestLimitExceededException(string message, Exception innerException)
Parameters
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
messagestringinnerExceptionExceptionerrorTypeErrorTypeerrorCodestringrequestIdstringstatusCodeHttpStatusCode