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
innerExceptionException
ExpiredIteratorException(string)
Constructs a new ExpiredIteratorException with the specified error message.
public ExpiredIteratorException(string message)
Parameters
messagestringDescribes 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
messagestringerrorTypeErrorTypeerrorCodestringrequestIdstringstatusCodeHttpStatusCode
ExpiredIteratorException(string, Exception)
Construct instance of ExpiredIteratorException
public ExpiredIteratorException(string message, Exception innerException)
Parameters
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
messagestringinnerExceptionExceptionerrorTypeErrorTypeerrorCodestringrequestIdstringstatusCodeHttpStatusCode