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.
950 951 952 |
# File 'sig/types.rbs', line 950 def error_code @error_code end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
951 952 953 |
# File 'sig/types.rbs', line 951 def @error_message end |
#event_id ⇒ ::String
Returns the value of attribute event_id.
949 950 951 |
# File 'sig/types.rbs', line 949 def event_id @event_id end |