Class: Aws::EventBridge::Types::PutPartnerEventsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#entriesArray<Types::PutPartnerEventsResultEntry>

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.



3743
3744
3745
3746
3747
3748
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 3743

class PutPartnerEventsResponse < Struct.new(
  :failed_entry_count,
  :entries)
  SENSITIVE = []
  include Aws::Structure
end

#failed_entry_countInteger

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

Returns:

  • (Integer)


3743
3744
3745
3746
3747
3748
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 3743

class PutPartnerEventsResponse < Struct.new(
  :failed_entry_count,
  :entries)
  SENSITIVE = []
  include Aws::Structure
end