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


846
847
848
# File 'sig/types.rbs', line 846

def code
  @code
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


847
848
849
# File 'sig/types.rbs', line 847

def message
  @message
end

#node_id::String

Returns the value of attribute node_id.

Returns:

  • (::String)


848
849
850
# File 'sig/types.rbs', line 848

def node_id
  @node_id
end