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.
884 885 886 |
# File 'sig/types.rbs', line 884 def error_code @error_code end |
#message ⇒ ::String
Returns the value of attribute message.
885 886 887 |
# File 'sig/types.rbs', line 885 def @message end |
#node_logical_id ⇒ ::String
Returns the value of attribute node_logical_id.
883 884 885 |
# File 'sig/types.rbs', line 883 def node_logical_id @node_logical_id end |