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
innerExceptionException
ItemCollectionSizeLimitExceededException(string)
Constructs a new ItemCollectionSizeLimitExceededException with the specified error message.
public ItemCollectionSizeLimitExceededException(string message)
Parameters
messagestringDescribes 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
messagestringerrorTypeErrorTypeerrorCodestringrequestIdstringstatusCodeHttpStatusCode
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
messagestringinnerExceptionExceptionerrorTypeErrorTypeerrorCodestringrequestIdstringstatusCodeHttpStatusCode