Class: Aws::Types::NodeFailureEvent
- Inherits:
-
Object
- Object
- Aws::Types::NodeFailureEvent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_code ⇒ "VALIDATION", ...
Returns the value of attribute error_code.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#node_name ⇒ ::String
Returns the value of attribute node_name.
-
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
Instance Attribute Details
#error_code ⇒ "VALIDATION", ...
Returns the value of attribute error_code.
1840 1841 1842 |
# File 'sig/types.rbs', line 1840 def error_code @error_code end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
1841 1842 1843 |
# File 'sig/types.rbs', line 1841 def @error_message end |
#node_name ⇒ ::String
Returns the value of attribute node_name.
1842 1843 1844 |
# File 'sig/types.rbs', line 1842 def node_name @node_name end |
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
1843 1844 1845 |
# File 'sig/types.rbs', line 1843 def @timestamp end |