Class: Aws::Types::BatchDeleteClusterNodeLogicalIdsError
- Inherits:
-
Object
- Object
- Aws::Types::BatchDeleteClusterNodeLogicalIdsError
- 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_logical_id ⇒ ::String
Returns the value of attribute node_logical_id.
Instance Attribute Details
#code ⇒ "NodeIdNotFound", ...
Returns the value of attribute code.
839 840 841 |
# File 'sig/types.rbs', line 839 def code @code end |
#message ⇒ ::String
Returns the value of attribute message.
840 841 842 |
# File 'sig/types.rbs', line 840 def end |
#node_logical_id ⇒ ::String
Returns the value of attribute node_logical_id.
841 842 843 |
# File 'sig/types.rbs', line 841 def node_logical_id @node_logical_id end |