Class: Aws::Glue::Types::SchemaVersionErrorItem

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

Overview

An object that contains the error details for an operation on a schema version.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_detailsTypes::ErrorDetails

The details of the error for the schema version.

Returns:



18813
18814
18815
18816
18817
18818
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 18813

class SchemaVersionErrorItem < Struct.new(
  :version_number,
  :error_details)
  SENSITIVE = []
  include Aws::Structure
end

#version_numberInteger

The version number of the schema.

Returns:

  • (Integer)


18813
18814
18815
18816
18817
18818
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 18813

class SchemaVersionErrorItem < Struct.new(
  :version_number,
  :error_details)
  SENSITIVE = []
  include Aws::Structure
end