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.
891 892 893 |
# File 'sig/types.rbs', line 891 def error_code @error_code end |
#message ⇒ ::String
Returns the value of attribute message.
892 893 894 |
# File 'sig/types.rbs', line 892 def @message end |
#node_id ⇒ ::String
Returns the value of attribute node_id.
890 891 892 |
# File 'sig/types.rbs', line 890 def node_id @node_id end |