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

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

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

Overview

An error record for table-version operations.

Instance Attribute Summary collapse

Instance Attribute Details

#error_detailTypes::ErrorDetail

The details about the error.

Returns:

#table_nameString

The name of the table in question.

Returns:

  • (String)

    The name of the table in question.

#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)

    The ID value of the version in question.