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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

An error record for table operations.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_detailTypes::ErrorDetail

The details about the error.

Returns:



20978
20979
20980
20981
20982
20983
# File 'lib/aws-sdk-glue/types.rb', line 20978

class TableError < Struct.new(
  :table_name,
  :error_detail)
  SENSITIVE = []
  include Aws::Structure
end

#table_nameString

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

Returns:

  • (String)


20978
20979
20980
20981
20982
20983
# File 'lib/aws-sdk-glue/types.rb', line 20978

class TableError < Struct.new(
  :table_name,
  :error_detail)
  SENSITIVE = []
  include Aws::Structure
end