Class: Aws::CloudTrailData::Types::ResultErrorEntry

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#error_codeString

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`.

Returns:

  • (String)


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_messageString

The message that describes the error for events that could not be ingested by CloudTrail.

Returns:

  • (String)


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

#idString

The original event ID from the source event that could not be ingested by CloudTrail.

Returns:

  • (String)


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