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:



8741
8742
8743
8744
8745
# File 'lib/aws-sdk-glue/types.rb', line 8741

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