Class: Aws::Types::BatchRebootClusterNodesError
- Inherits:
-
Object
- Object
- Aws::Types::BatchRebootClusterNodesError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_code ⇒ "InstanceIdNotFound", ...
Returns the value of attribute error_code.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#node_id ⇒ ::String
Returns the value of attribute node_id.
Instance Attribute Details
#error_code ⇒ "InstanceIdNotFound", ...
Returns the value of attribute error_code.
906 907 908 |
# File 'sig/types.rbs', line 906 def error_code @error_code end |
#message ⇒ ::String
Returns the value of attribute message.
907 908 909 |
# File 'sig/types.rbs', line 907 def end |
#node_id ⇒ ::String
Returns the value of attribute node_id.
905 906 907 |
# File 'sig/types.rbs', line 905 def node_id @node_id end |