Class: Aws::Glue::Types::BatchCreatePartitionResponse

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 create the requested partitions.

Returns:



578
579
580
581
582
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 578

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