Class: Aws::Types::BatchReplaceClusterNodeLogicalIdsError
- Inherits:
-
Object
- Object
- Aws::Types::BatchReplaceClusterNodeLogicalIdsError
- 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.
928 929 930 |
# File 'sig/types.rbs', line 928 def error_code @error_code end |
#message ⇒ ::String
Returns the value of attribute message.
929 930 931 |
# File 'sig/types.rbs', line 929 def end |
#node_logical_id ⇒ ::String
Returns the value of attribute node_logical_id.
927 928 929 |
# File 'sig/types.rbs', line 927 def node_logical_id @node_logical_id end |