Class: Aws::Glue::Types::BatchDeletePartitionResponse

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::PartitionError>

The errors encountered when trying to delete the requested partitions.

Returns:



659
660
661
662
663
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 659

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