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.
1922 1923 1924 |
# File 'sig/types.rbs', line 1922 def error_code @error_code end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
1923 1924 1925 |
# File 'sig/types.rbs', line 1923 def @error_message end |
#node_name ⇒ ::String
Returns the value of attribute node_name.
1924 1925 1926 |
# File 'sig/types.rbs', line 1924 def node_name @node_name end |
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
1925 1926 1927 |
# File 'sig/types.rbs', line 1925 def @timestamp end |