Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Class: Aws::Glue::Types::BatchGetTableOptimizerError

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

Overview

Contains details on one of the errors in the error list returned by the BatchGetTableOptimizer operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#catalog_idString

The Catalog ID of the table.

Returns:

  • (String)

1261
1262
1263
1264
1265
1266
1267
1268
1269
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 1261

class BatchGetTableOptimizerError < Struct.new(
  :error,
  :catalog_id,
  :database_name,
  :table_name,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#database_nameString

The name of the database in the catalog in which the table resides.

Returns:

  • (String)

1261
1262
1263
1264
1265
1266
1267
1268
1269
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 1261

class BatchGetTableOptimizerError < Struct.new(
  :error,
  :catalog_id,
  :database_name,
  :table_name,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#errorTypes::ErrorDetail

An ErrorDetail object containing code and message details about the error.

Returns:


1261
1262
1263
1264
1265
1266
1267
1268
1269
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 1261

class BatchGetTableOptimizerError < Struct.new(
  :error,
  :catalog_id,
  :database_name,
  :table_name,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#table_nameString

The name of the table.

Returns:

  • (String)

1261
1262
1263
1264
1265
1266
1267
1268
1269
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 1261

class BatchGetTableOptimizerError < Struct.new(
  :error,
  :catalog_id,
  :database_name,
  :table_name,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of table optimizer.

Returns:

  • (String)

1261
1262
1263
1264
1265
1266
1267
1268
1269
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 1261

class BatchGetTableOptimizerError < Struct.new(
  :error,
  :catalog_id,
  :database_name,
  :table_name,
  :type)
  SENSITIVE = []
  include Aws::Structure
end