Table of Contents

Class LimitExceededException

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

There is no limit to the number of daily on-demand backups that can be taken.

Up to 500 simultaneous table operations are allowed per account. These operations include

CreateTable
,
UpdateTable
,
DeleteTable
,
UpdateTimeToLive
,
RestoreTableFromBackup
, and
RestoreTableToPointInTime
.

The only exception is when you are creating a table with one or more secondary indexes. You can have up to 250 such requests running at a time; however, if the table or index specifications are complex, DynamoDB might temporarily reduce the number of concurrent operations.

There is a soft account quota of 2,500 tables.

public class LimitExceededException : AmazonDynamoDBException
Inheritance
LimitExceededException

Constructors

LimitExceededException(Exception)

Construct instance of LimitExceededException

public LimitExceededException(Exception innerException)

Parameters

innerException Exception

LimitExceededException(string)

Constructs a new LimitExceededException with the specified error message.

public LimitExceededException(string message)

Parameters

message string

Describes the error encountered.

LimitExceededException(string, ErrorType, string, string, HttpStatusCode)

Construct instance of LimitExceededException

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

Parameters

message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode

LimitExceededException(string, Exception)

Construct instance of LimitExceededException

public LimitExceededException(string message, Exception innerException)

Parameters

message string
innerException Exception

LimitExceededException(string, Exception, ErrorType, string, string, HttpStatusCode)

Construct instance of LimitExceededException

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