Class: Aws::Types::PutEventsResultEntry
- Inherits:
-
Object
- Object
- Aws::Types::PutEventsResultEntry
- 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.
790 791 792 |
# File 'sig/types.rbs', line 790 def error_code @error_code end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
791 792 793 |
# File 'sig/types.rbs', line 791 def end |
#event_id ⇒ ::String
Returns the value of attribute event_id.
789 790 791 |
# File 'sig/types.rbs', line 789 def event_id @event_id end |