Class: Aws::Types::BatchReplaceClusterNodeLogicalIdsError

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


913
914
915
# File 'sig/types.rbs', line 913

def error_code
  @error_code
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


914
915
916
# File 'sig/types.rbs', line 914

def message
  @message
end

#node_logical_id::String

Returns the value of attribute node_logical_id.

Returns:

  • (::String)


912
913
914
# File 'sig/types.rbs', line 912

def node_logical_id
  @node_logical_id
end