Class: Aws::Glue::Types::BatchDeleteTableResponse

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

#errorsArray<Types::TableError>

A list of errors encountered in attempting to delete the specified tables.

Returns:



701
702
703
704
705
# File 'lib/aws-sdk-glue/types.rb', line 701

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