Class: Aws::Kinesis::Types::ExpiredIteratorException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kinesis::Types::ExpiredIteratorException
- 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
-
#message ⇒ String
A message that provides information about the error.
Instance Attribute Details
#message ⇒ String
A message that provides information about the error.
634 635 636 637 638 |
# File 'lib/aws-sdk-kinesis/types.rb', line 634 class ExpiredIteratorException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |