Table of Contents

Class PutPartnerEventsResultEntry

Namespace
Amazon.EventBridge.Model
Assembly
AWSSDK.EventBridge.dll

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.

public class PutPartnerEventsResultEntry
Inheritance
PutPartnerEventsResultEntry
Inherited Members

Constructors

PutPartnerEventsResultEntry()

public PutPartnerEventsResultEntry()

Properties

ErrorCode

Gets and sets the property ErrorCode.

The error code that indicates why the event submission failed.

public string ErrorCode { get; set; }

Property Value

string

ErrorMessage

Gets and sets the property ErrorMessage.

The error message that explains why the event submission failed.

public string ErrorMessage { get; set; }

Property Value

string

EventId

Gets and sets the property EventId.

The ID of the event.

public string EventId { get; set; }

Property Value

string