Class: Aws::CloudWatchLogs::Types::DataAlreadyAcceptedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::DataAlreadyAcceptedException
- 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_token ⇒ String
812 813 814 815 816 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 812 class DataAlreadyAcceptedException < Struct.new( :expected_sequence_token) SENSITIVE = [] include Aws::Structure end |