@Generated(value="software.amazon.awssdk:codegen") public final class ResultErrorEntry extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ResultErrorEntry.Builder,ResultErrorEntry>
Includes the error code and error message for events that could not be ingested by CloudTrail.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ResultErrorEntry.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ResultErrorEntry.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
errorCode()
The error code for events that could not be ingested by CloudTrail.
|
String |
errorMessage()
The message that describes the error for events that could not be ingested by CloudTrail.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The original event ID from the source event that could not be ingested by CloudTrail.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ResultErrorEntry.Builder> |
serializableBuilderClass() |
ResultErrorEntry.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String errorCode()
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.
FieldTooLong, FieldNotFound, InvalidChecksum,
InvalidData, InvalidRecipient, InvalidEventSource,
AccountNotSubscribed, Throttling, and InternalFailure.public final String errorMessage()
The message that describes the error for events that could not be ingested by CloudTrail.
public final String id()
The original event ID from the source event that could not be ingested by CloudTrail.
public ResultErrorEntry.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ResultErrorEntry.Builder,ResultErrorEntry>public static ResultErrorEntry.Builder builder()
public static Class<? extends ResultErrorEntry.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.