Class: Aws::Types::BatchReplaceClusterNodesError
- Inherits:
-
Object
- Object
- Aws::Types::BatchReplaceClusterNodesError
- 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.
920 921 922 |
# File 'sig/types.rbs', line 920 def error_code @error_code end |
#message ⇒ ::String
Returns the value of attribute message.
921 922 923 |
# File 'sig/types.rbs', line 921 def @message end |
#node_id ⇒ ::String
Returns the value of attribute node_id.
919 920 921 |
# File 'sig/types.rbs', line 919 def node_id @node_id end |