Class: Aws::Glue::Types::TableVersionError

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

Overview

An error record for table-version operations.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_detailTypes::ErrorDetail

The details about the error.

Returns:



21237
21238
21239
21240
21241
21242
21243
# File 'lib/aws-sdk-glue/types.rb', line 21237

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

#table_nameString

The name of the table in question.

Returns:

  • (String)


21237
21238
21239
21240
21241
21242
21243
# File 'lib/aws-sdk-glue/types.rb', line 21237

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

#version_idString

The ID value of the version in question. A ‘VersionID` is a string representation of an integer. Each version is incremented by 1.

Returns:

  • (String)


21237
21238
21239
21240
21241
21242
21243
# File 'lib/aws-sdk-glue/types.rb', line 21237

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