Class: Aws::Kinesis::Types::ExpiredIteratorException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-kinesis/types.rb

Overview

The provided iterator exceeds the maximum age allowed.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A message that provides information about the error.

Returns:

  • (String)


634
635
636
637
638
# File 'lib/aws-sdk-kinesis/types.rb', line 634

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