Class: Aws::CloudWatchLogs::Errors::DataAlreadyAcceptedException

Inherits:
ServiceError
  • Object
show all
Defined in:
lib/aws-sdk-cloudwatchlogs/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ DataAlreadyAcceptedException

Returns a new instance of DataAlreadyAcceptedException.

Parameters:



54
55
56
# File 'lib/aws-sdk-cloudwatchlogs/errors.rb', line 54

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#expected_sequence_tokenString

Returns:

  • (String)


59
60
61
# File 'lib/aws-sdk-cloudwatchlogs/errors.rb', line 59

def expected_sequence_token
  @data[:expected_sequence_token]
end