Class ExpiredIteratorException

  • All Implemented Interfaces:
    Serializable

    public class ExpiredIteratorException
    extends AmazonServiceException

    The shard iterator has expired and can no longer be used to retrieve stream records. A shard iterator expires 15 minutes after it is retrieved using the GetShardIterator action.

    See Also:
    Serialized Form
    • Constructor Detail

      • ExpiredIteratorException

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