Class: Aws::Glue::Types::BatchDeletePartitionResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::BatchDeletePartitionResponse
 
- 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 delete the requested partitions. 
Instance Attribute Details
#errors ⇒ Array<Types::PartitionError>
The errors encountered when trying to delete the requested partitions.
| 875 876 877 878 879 | # File 'lib/aws-sdk-glue/types.rb', line 875 class BatchDeletePartitionResponse < Struct.new( :errors) SENSITIVE = [] include Aws::Structure end |