Class: Aws::Glue::Types::BatchUpdatePartitionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::BatchUpdatePartitionResponse
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#errors ⇒ Array<Types::BatchUpdatePartitionFailureEntry>
The errors encountered when trying to update the requested partitions.
Instance Attribute Details
#errors ⇒ Array<Types::BatchUpdatePartitionFailureEntry>
The errors encountered when trying to update the requested
partitions. A list of BatchUpdatePartitionFailureEntry
objects.
1477 1478 1479 1480 1481 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 1477 class BatchUpdatePartitionResponse < Struct.new( :errors) SENSITIVE = [] include Aws::Structure end |