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.
824 825 826 |
# File 'sig/types.rbs', line 824 def code @code end |
#message ⇒ ::String
Returns the value of attribute message.
825 826 827 |
# File 'sig/types.rbs', line 825 def @message end |
#node_logical_id ⇒ ::String
Returns the value of attribute node_logical_id.
826 827 828 |
# File 'sig/types.rbs', line 826 def node_logical_id @node_logical_id end |