Class: Aws::Types::ColumnError

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#column_name::String

Returns the value of attribute column_name.

Returns:

  • (::String)


910
911
912
# File 'sig/types.rbs', line 910

def column_name
  @column_name
end

#errorTypes::ErrorDetail

Returns the value of attribute error.

Returns:



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

def error
  @error
end