ResultErrorEntry

Includes the error code and error message for events that could not be ingested by CloudTrail.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.

Link copied to clipboard

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

Link copied to clipboard
val id: String

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

Functions

Link copied to clipboard
inline fun copy(block: ResultErrorEntry.Builder.() -> Unit = {}): ResultErrorEntry
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String