Class: Aws::Glue::Types::BatchCreatePartitionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::BatchCreatePartitionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#errors ⇒ Array<Types::PartitionError>
The errors encountered when trying to create the requested partitions.
Instance Attribute Details
#errors ⇒ Array<Types::PartitionError>
The errors encountered when trying to create the requested partitions.
685 686 687 688 689 |
# File 'lib/aws-sdk-glue/types.rb', line 685 class BatchCreatePartitionResponse < Struct.new( :errors) SENSITIVE = [] include Aws::Structure end |