Class: Aws::EventBridgeV2::Types::PutEventsResultEntry

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

Overview

Result entry for a published event. The position of each entry in the response list aligns 1:1 with the corresponding request entry.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_code ⇒ String

Error code identifying why a publish batch entry failed.

Returns:

  • (String)


2033
2034
2035
2036
2037
2038
2039
2040
2041
# File 'gems/aws-sdk-eventbridgev2/lib/aws-sdk-eventbridgev2/types.rb', line 2033

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

#error_message ⇒ String

Human-readable explanation of why a publish batch entry failed.

Returns:

  • (String)


2033
2034
2035
2036
2037
2038
2039
2040
2041
# File 'gems/aws-sdk-eventbridgev2/lib/aws-sdk-eventbridgev2/types.rb', line 2033

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

#event_id ⇒ String

Unique event ID assigned by the service.

Returns:

  • (String)


2033
2034
2035
2036
2037
2038
2039
2040
2041
# File 'gems/aws-sdk-eventbridgev2/lib/aws-sdk-eventbridgev2/types.rb', line 2033

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

#sequence_number ⇒ String

Sequence number assigned to the message for ordering within the message group.

Returns:

  • (String)


2033
2034
2035
2036
2037
2038
2039
2040
2041
# File 'gems/aws-sdk-eventbridgev2/lib/aws-sdk-eventbridgev2/types.rb', line 2033

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

#success_code ⇒ String

Indicates the outcome for a successfully processed publish entry.

Returns:

  • (String)


2033
2034
2035
2036
2037
2038
2039
2040
2041
# File 'gems/aws-sdk-eventbridgev2/lib/aws-sdk-eventbridgev2/types.rb', line 2033

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