Class: Aws::Types::BatchRebootClusterNodeLogicalIdsError
- Inherits:
-
Object
- Object
- Aws::Types::BatchRebootClusterNodeLogicalIdsError
- 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_logical_id ⇒ ::String
Returns the value of attribute node_logical_id.
Instance Attribute Details
#error_code ⇒ "InstanceIdNotFound", ...
Returns the value of attribute error_code.
899 900 901 |
# File 'sig/types.rbs', line 899 def error_code @error_code end |
#message ⇒ ::String
Returns the value of attribute message.
900 901 902 |
# File 'sig/types.rbs', line 900 def end |
#node_logical_id ⇒ ::String
Returns the value of attribute node_logical_id.
898 899 900 |
# File 'sig/types.rbs', line 898 def node_logical_id @node_logical_id end |