public static interface ResultErrorEntry.Builder extends SdkPojo, CopyableBuilder<ResultErrorEntry.Builder,ResultErrorEntry>
| Modifier and Type | Method and Description |
|---|---|
ResultErrorEntry.Builder |
errorCode(String errorCode)
The error code for events that could not be ingested by CloudTrail.
|
ResultErrorEntry.Builder |
errorMessage(String errorMessage)
The message that describes the error for events that could not be ingested by CloudTrail.
|
ResultErrorEntry.Builder |
id(String id)
The original event ID from the source event that could not be ingested by CloudTrail.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildResultErrorEntry.Builder errorCode(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.
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.ResultErrorEntry.Builder errorMessage(String errorMessage)
The message that describes the error for events that could not be ingested by CloudTrail.
errorMessage - The message that describes the error for events that could not be ingested by CloudTrail.ResultErrorEntry.Builder id(String id)
The original event ID from the source event that could not be ingested by CloudTrail.
id - The original event ID from the source event that could not be ingested by CloudTrail.Copyright © 2023. All rights reserved.