Class: Aws::Types::BatchDeleteClusterNodeLogicalIdsError

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#code"NodeIdNotFound", ...

Returns the value of attribute code.

Returns:

  • ("NodeIdNotFound", "InvalidNodeStatus", "NodeIdInUse")


824
825
826
# File 'sig/types.rbs', line 824

def code
  @code
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


825
826
827
# File 'sig/types.rbs', line 825

def message
  @message
end

#node_logical_id::String

Returns the value of attribute node_logical_id.

Returns:

  • (::String)


826
827
828
# File 'sig/types.rbs', line 826

def node_logical_id
  @node_logical_id
end