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
stringDescribes 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
stringerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode
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
message
stringinnerException
ExceptionerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode