Class: Aws::EventBridge::Types::PutPartnerEventsResultEntry

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

Overview

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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

The error code that indicates why the event submission failed.

Returns:

  • (String)


4122
4123
4124
4125
4126
4127
4128
# File 'lib/aws-sdk-eventbridge/types.rb', line 4122

class PutPartnerEventsResultEntry < Struct.new(
  :event_id,
  :error_code,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#error_messageString

The error message that explains why the event submission failed.

Returns:

  • (String)


4122
4123
4124
4125
4126
4127
4128
# File 'lib/aws-sdk-eventbridge/types.rb', line 4122

class PutPartnerEventsResultEntry < Struct.new(
  :event_id,
  :error_code,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#event_idString

The ID of the event.

Returns:

  • (String)


4122
4123
4124
4125
4126
4127
4128
# File 'lib/aws-sdk-eventbridge/types.rb', line 4122

class PutPartnerEventsResultEntry < Struct.new(
  :event_id,
  :error_code,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end