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.
977 978 979 |
# File 'sig/types.rbs', line 977 def error_code @error_code end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
978 979 980 |
# File 'sig/types.rbs', line 978 def end |
#event_id ⇒ ::String
Returns the value of attribute event_id.
976 977 978 |
# File 'sig/types.rbs', line 976 def event_id @event_id end |