Class ExpiredIteratorException

All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<ExpiredIteratorException.Builder,ExpiredIteratorException>

@Generated("software.amazon.awssdk:codegen") public final class ExpiredIteratorException extends DynamoDbException implements ToCopyableBuilder<ExpiredIteratorException.Builder,ExpiredIteratorException>

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: