You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Glue::Types::ColumnError

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Encapsulates a column name that failed and the reason for failure.

Instance Attribute Summary collapse

Instance Attribute Details

#column_nameString

The name of the column that failed.

Returns:

  • (String)

    The name of the column that failed.

#errorTypes::ErrorDetail

An error message with the reason for the failure of an operation.

Returns:

  • (Types::ErrorDetail)

    An error message with the reason for the failure of an operation.