Class: Aws::Types::BatchDeleteClusterNodesError
- Inherits:
-
Object
- Object
- Aws::Types::BatchDeleteClusterNodesError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ "NodeIdNotFound", ...
Returns the value of attribute code.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#node_id ⇒ ::String
Returns the value of attribute node_id.
Instance Attribute Details
#code ⇒ "NodeIdNotFound", ...
Returns the value of attribute code.
831 832 833 |
# File 'sig/types.rbs', line 831 def code @code end |
#message ⇒ ::String
Returns the value of attribute message.
832 833 834 |
# File 'sig/types.rbs', line 832 def @message end |
#node_id ⇒ ::String
Returns the value of attribute node_id.
833 834 835 |
# File 'sig/types.rbs', line 833 def node_id @node_id end |