Class: Aws::Types::BatchRebootClusterNodesError

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


891
892
893
# File 'sig/types.rbs', line 891

def error_code
  @error_code
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


892
893
894
# File 'sig/types.rbs', line 892

def message
  @message
end

#node_id::String

Returns the value of attribute node_id.

Returns:

  • (::String)


890
891
892
# File 'sig/types.rbs', line 890

def node_id
  @node_id
end