Class: Aws::CloudTrailData::Types::ResultErrorEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudTrailData::Types::ResultErrorEntry
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudtraildata/types.rb
Overview
Includes the error code and error message for events that could not be ingested by CloudTrail.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_code ⇒ String
The error code for events that could not be ingested by CloudTrail.
-
#error_message ⇒ String
The message that describes the error for events that could not be ingested by CloudTrail.
-
#id ⇒ String
The original event ID from the source event that could not be ingested by CloudTrail.
Instance Attribute Details
#error_code ⇒ String
The error code for events that could not be ingested by CloudTrail. Possible error codes include: ‘FieldTooLong`, `FieldNotFound`, `InvalidChecksum`, `InvalidData`, `InvalidRecipient`, `InvalidEventSource`, `AccountNotSubscribed`, `Throttling`, and `InternalFailure`.
196 197 198 199 200 201 202 |
# File 'lib/aws-sdk-cloudtraildata/types.rb', line 196 class ResultErrorEntry < Struct.new( :error_code, :error_message, :id) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
The message that describes the error for events that could not be ingested by CloudTrail.
196 197 198 199 200 201 202 |
# File 'lib/aws-sdk-cloudtraildata/types.rb', line 196 class ResultErrorEntry < Struct.new( :error_code, :error_message, :id) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The original event ID from the source event that could not be ingested by CloudTrail.
196 197 198 199 200 201 202 |
# File 'lib/aws-sdk-cloudtraildata/types.rb', line 196 class ResultErrorEntry < Struct.new( :error_code, :error_message, :id) SENSITIVE = [] include Aws::Structure end |