Table of Contents

Class ExpiredIteratorException

Namespace
Amazon.DynamoDBv2.Model
Assembly
AWSSDK.DynamoDBv2.dll

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.
public class ExpiredIteratorException : AmazonDynamoDBException
Inheritance
ExpiredIteratorException

Constructors

ExpiredIteratorException(Exception)

Construct instance of ExpiredIteratorException

public ExpiredIteratorException(Exception innerException)

Parameters

innerException Exception

ExpiredIteratorException(string)

Constructs a new ExpiredIteratorException with the specified error message.

public ExpiredIteratorException(string message)

Parameters

message string

Describes the error encountered.

ExpiredIteratorException(string, ErrorType, string, string, HttpStatusCode)

Construct instance of ExpiredIteratorException

public ExpiredIteratorException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)

Parameters

message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode

ExpiredIteratorException(string, Exception)

Construct instance of ExpiredIteratorException

public ExpiredIteratorException(string message, Exception innerException)

Parameters

message string
innerException Exception

ExpiredIteratorException(string, Exception, ErrorType, string, string, HttpStatusCode)

Construct instance of ExpiredIteratorException

public ExpiredIteratorException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)

Parameters

message string
innerException Exception
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode