Class: Aws::Types::PutPartnerEventsResultEntry
- Inherits:
-
Object
- Object
- Aws::Types::PutPartnerEventsResultEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_code ⇒ ::String
Returns the value of attribute error_code.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#event_id ⇒ ::String
Returns the value of attribute event_id.
Instance Attribute Details
#error_code ⇒ ::String
Returns the value of attribute error_code.
817 818 819 |
# File 'sig/types.rbs', line 817 def error_code @error_code end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
818 819 820 |
# File 'sig/types.rbs', line 818 def end |
#event_id ⇒ ::String
Returns the value of attribute event_id.
816 817 818 |
# File 'sig/types.rbs', line 816 def event_id @event_id end |