Class: Aws::Types::BatchDeleteClusterNodesError

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")


831
832
833
# File 'sig/types.rbs', line 831

def code
  @code
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


832
833
834
# File 'sig/types.rbs', line 832

def message
  @message
end

#node_id::String

Returns the value of attribute node_id.

Returns:

  • (::String)


833
834
835
# File 'sig/types.rbs', line 833

def node_id
  @node_id
end