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)


629
630
631
632
633
# File 'lib/aws-sdk-kinesis/types.rb', line 629

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