Class: Aws::Glue::Types::BatchUpdatePartitionResponse

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

The errors encountered when trying to update the requested partitions. A list of BatchUpdatePartitionFailureEntry objects.



1341
1342
1343
1344
1345
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 1341

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