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

Class: Aws::Glue::Types::TableError

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

Overview

An error record for table operations.

Instance Attribute Summary collapse

Instance Attribute Details

#error_detailTypes::ErrorDetail

The details about the error.

Returns:

#table_nameString

The name of the table. For Hive compatibility, this must be entirely lowercase.

Returns:

  • (String)

    The name of the table.