Table of Contents

Class PutEventsResponse

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

This is the response object from the PutEvents operation.

public class PutEventsResponse : AmazonWebServiceResponse
Inheritance
PutEventsResponse

Constructors

PutEventsResponse()

public PutEventsResponse()

Properties

Entries

Gets and sets the property Entries.

The successfully and unsuccessfully ingested events results. If the ingestion was successful, 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<PutEventsResultEntry> Entries { get; set; }

Property Value

List<PutEventsResultEntry>

FailedEntryCount

Gets and sets the property FailedEntryCount.

The number of failed entries.

public int FailedEntryCount { get; set; }

Property Value

int