Skip to content

DynamoDB  >  Errors  >  ItemCollectionSizeLimitExceededException

ItemCollectionSizeLimitExceededException

Error Class

ItemCollectionSizeLimitExceededException dataclass

Bases: ServiceError

An item collection is too large. This exception is only returned for tables that have one or more local secondary indexes.

Attributes

fault class-attribute instance-attribute
fault: Literal['client', 'server'] | None = 'client'