Class ItemCollectionSizeLimitExceededException
- Namespace
- Amazon.DynamoDBv2.Model
- Assembly
- AWSSDK.DynamoDBv2.dll
An item collection is too large. This exception is only returned for tables that have one or more local secondary indexes.
public class ItemCollectionSizeLimitExceededException : AmazonDynamoDBException
- Inheritance
-
ItemCollectionSizeLimitExceededException
Constructors
ItemCollectionSizeLimitExceededException(Exception)
Construct instance of ItemCollectionSizeLimitExceededException
public ItemCollectionSizeLimitExceededException(Exception innerException)
Parameters
innerException
Exception
ItemCollectionSizeLimitExceededException(string)
Constructs a new ItemCollectionSizeLimitExceededException with the specified error message.
public ItemCollectionSizeLimitExceededException(string message)
Parameters
message
stringDescribes the error encountered.
ItemCollectionSizeLimitExceededException(string, ErrorType, string, string, HttpStatusCode)
Construct instance of ItemCollectionSizeLimitExceededException
public ItemCollectionSizeLimitExceededException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
Parameters
message
stringerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode
ItemCollectionSizeLimitExceededException(string, Exception)
Construct instance of ItemCollectionSizeLimitExceededException
public ItemCollectionSizeLimitExceededException(string message, Exception innerException)
Parameters
ItemCollectionSizeLimitExceededException(string, Exception, ErrorType, string, string, HttpStatusCode)
Construct instance of ItemCollectionSizeLimitExceededException
public ItemCollectionSizeLimitExceededException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
Parameters
message
stringinnerException
ExceptionerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode