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:



22692
22693
22694
22695
22696
22697
# File 'lib/aws-sdk-glue/types.rb', line 22692

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)


22692
22693
22694
22695
22696
22697
# File 'lib/aws-sdk-glue/types.rb', line 22692

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