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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/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 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 701

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