Class: Aws::Types::BatchReplaceClusterNodesError

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#error_code"InstanceIdNotFound", ...

Returns the value of attribute error_code.

Returns:

  • ("InstanceIdNotFound", "InvalidInstanceStatus", "InstanceIdInUse", "InternalServerError")


920
921
922
# File 'sig/types.rbs', line 920

def error_code
  @error_code
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


921
922
923
# File 'sig/types.rbs', line 921

def message
  @message
end

#node_id::String

Returns the value of attribute node_id.

Returns:

  • (::String)


919
920
921
# File 'sig/types.rbs', line 919

def node_id
  @node_id
end