Class: Aws::Kinesis::Types::ExpiredIteratorException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kinesis::Types::ExpiredIteratorException
- Defined in:
- gems/aws-sdk-kinesis/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.
617 618 619 620 621 |
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 617 class ExpiredIteratorException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |