Class: Aws::DynamoDBStreams::Types::ExpiredIteratorException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-dynamodbstreams/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

Instance Attribute Details

#messageString

The provided iterator exceeds the maximum age allowed.

Returns:

  • (String)


166
167
168
169
170
# File 'gems/aws-sdk-dynamodbstreams/lib/aws-sdk-dynamodbstreams/types.rb', line 166

class ExpiredIteratorException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end