Class PutPartnerEventsResultEntry

java.lang.Object
software.amazon.awssdk.services.eventbridge.model.PutPartnerEventsResultEntry
All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<PutPartnerEventsResultEntry.Builder,PutPartnerEventsResultEntry>

@Generated("software.amazon.awssdk:codegen") public final class PutPartnerEventsResultEntry extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PutPartnerEventsResultEntry.Builder,PutPartnerEventsResultEntry>

The result of an event entry the partner submitted in this request. If the event was successfully submitted, the entry has the event ID in it. Otherwise, you can use the error code and error message to identify the problem with the entry.

See Also: