class
Amazonite::EventBridge::PutPartnerEventsResultEntry
- Amazonite::EventBridge::PutPartnerEventsResultEntry
- Reference
- Object
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.
Included Modules
- JSON::Serializable
Defined in:
eventbridge/put_partner_events_result_entry.crConstructors
- .new(pull : JSON::PullParser)
- .new(event_id : String | Nil = nil, error_code : String | Nil = nil, error_message : String | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#error_code : String | Nil
The error code that indicates why the event submission failed.
-
#error_code=(error_code : String | Nil)
The error code that indicates why the event submission failed.
-
#error_message : String | Nil
The error message that explains why the event submission failed.
-
#error_message=(error_message : String | Nil)
The error message that explains why the event submission failed.
-
#event_id : String | Nil
The ID of the event.
-
#event_id=(event_id : String | Nil)
The ID of the event.
-
#hash(hasher)
See
Object#hash(hasher) - #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The error code that indicates why the event submission failed.
The error message that explains why the event submission failed.