Class ItemCollectionSizeLimitExceededException

All Implemented Interfaces:
Serializable

public class ItemCollectionSizeLimitExceededException extends AmazonServiceException

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

See Also:
  • Constructor Details

    • ItemCollectionSizeLimitExceededException

      public ItemCollectionSizeLimitExceededException(String message)
      Constructs a new ItemCollectionSizeLimitExceededException with the specified error message.
      Parameters:
      message - Describes the error encountered.