Class: Aws::Glue::Types::SchemaVersionErrorItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::SchemaVersionErrorItem
- 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
-
#error_details ⇒ Types::ErrorDetails
The details of the error for the schema version.
-
#version_number ⇒ Integer
The version number of the schema.
Instance Attribute Details
#error_details ⇒ Types::ErrorDetails
The details of the error for the schema version.
20197 20198 20199 20200 20201 20202 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 20197 class SchemaVersionErrorItem < Struct.new( :version_number, :error_details) SENSITIVE = [] include Aws::Structure end |
#version_number ⇒ Integer
The version number of the schema.
20197 20198 20199 20200 20201 20202 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 20197 class SchemaVersionErrorItem < Struct.new( :version_number, :error_details) SENSITIVE = [] include Aws::Structure end |