Class: Aws::DynamoDBStreams::Types::ExpiredIteratorException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDBStreams::Types::ExpiredIteratorException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dynamodbstreams/types.rb
Overview
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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The provided iterator exceeds the maximum age allowed.
Instance Attribute Details
#message ⇒ String
The provided iterator exceeds the maximum age allowed.
166 167 168 169 170 |
# File 'lib/aws-sdk-dynamodbstreams/types.rb', line 166 class ExpiredIteratorException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |