Class: Aws::CloudWatchLogs::Types::DataAlreadyAcceptedException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudwatchlogs/types.rb

Overview

The event was already logged.

‘PutLogEvents` actions are now always accepted and never return `DataAlreadyAcceptedException` regardless of whether a given batch of log events has already been accepted.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#expected_sequence_tokenString

Returns:

  • (String)


648
649
650
651
652
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 648

class DataAlreadyAcceptedException < Struct.new(
  :expected_sequence_token)
  SENSITIVE = []
  include Aws::Structure
end