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.
913 914 915 |
# File 'sig/types.rbs', line 913 def error_code @error_code end |
#message ⇒ ::String
Returns the value of attribute message.
914 915 916 |
# File 'sig/types.rbs', line 914 def @message end |
#node_logical_id ⇒ ::String
Returns the value of attribute node_logical_id.
912 913 914 |
# File 'sig/types.rbs', line 912 def node_logical_id @node_logical_id end |