Class: Aws::Glue::Types::DeleteSchemaVersionsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#schema_version_errorsArray<Types::SchemaVersionErrorItem>

A list of `SchemaVersionErrorItem` objects, each containing an error and schema version.

Returns:



6283
6284
6285
6286
6287
# File 'lib/aws-sdk-glue/types.rb', line 6283

class DeleteSchemaVersionsResponse < Struct.new(
  :schema_version_errors)
  SENSITIVE = []
  include Aws::Structure
end