Table of Contents

Class PutPartnerEventsResponse

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

This is the response object from the PutPartnerEvents operation.

public class PutPartnerEventsResponse : AmazonWebServiceResponse
Inheritance
PutPartnerEventsResponse

Constructors

PutPartnerEventsResponse()

public PutPartnerEventsResponse()

Properties

Entries

Gets and sets the property Entries.

The results for each 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.

For each record, the index of the response element is the same as the index in the request array.

public List<PutPartnerEventsResultEntry> Entries { get; set; }

Property Value

List<PutPartnerEventsResultEntry>

FailedEntryCount

Gets and sets the property FailedEntryCount.

The number of events from this operation that could not be written to the partner event bus.

public int FailedEntryCount { get; set; }

Property Value

int