Class: Aws::CloudWatchLogs::Types::InvalidSequenceTokenException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::InvalidSequenceTokenException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchlogs/types.rb
Overview
The sequence token is not valid. You can get the correct sequence token in the `expectedSequenceToken` field in the `InvalidSequenceTokenException` message.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#expected_sequence_token ⇒ String
1488 1489 1490 1491 1492 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1488 class InvalidSequenceTokenException < Struct.new( :expected_sequence_token) SENSITIVE = [] include Aws::Structure end |