Class: Aws::Types::LineageInfo
- Inherits:
-
Object
- Object
- Aws::Types::LineageInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#event_id ⇒ ::String
Returns the value of attribute event_id.
-
#event_status ⇒ "REQUESTED", ...
Returns the value of attribute event_status.
Instance Attribute Details
#error_message ⇒ ::String
Returns the value of attribute error_message.
3739 3740 3741 |
# File 'sig/types.rbs', line 3739 def @error_message end |
#event_id ⇒ ::String
Returns the value of attribute event_id.
3737 3738 3739 |
# File 'sig/types.rbs', line 3737 def event_id @event_id end |
#event_status ⇒ "REQUESTED", ...
Returns the value of attribute event_status.
3738 3739 3740 |
# File 'sig/types.rbs', line 3738 def event_status @event_status end |