Class: Aws::CloudWatchLogs::Errors::InvalidSequenceTokenException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::CloudWatchLogs::Errors::InvalidSequenceTokenException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-cloudwatchlogs/errors.rb
Instance Method Summary collapse
- #expected_sequence_token ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvalidSequenceTokenException
constructor
A new instance of InvalidSequenceTokenException.
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvalidSequenceTokenException
Returns a new instance of InvalidSequenceTokenException.
143 144 145 |
# File 'lib/aws-sdk-cloudwatchlogs/errors.rb', line 143 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#expected_sequence_token ⇒ String
148 |
# File 'lib/aws-sdk-cloudwatchlogs/errors.rb', line 148
def expected_sequence_token: () -> ::String
|