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.
935 936 937 |
# File 'sig/types.rbs', line 935 def error_code @error_code end |
#message ⇒ ::String
Returns the value of attribute message.
936 937 938 |
# File 'sig/types.rbs', line 936 def end |
#node_id ⇒ ::String
Returns the value of attribute node_id.
934 935 936 |
# File 'sig/types.rbs', line 934 def node_id @node_id end |