Class: Aws::Glue::Types::PartitionError
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::PartitionError
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Contains information about a partition error.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #error_detail  ⇒ Types::ErrorDetail 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The details about the partition error. 
- 
  
    
      #partition_values  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The values that define the partition. 
Instance Attribute Details
#error_detail ⇒ Types::ErrorDetail
The details about the partition error.
| 20202 20203 20204 20205 20206 20207 | # File 'lib/aws-sdk-glue/types.rb', line 20202 class PartitionError < Struct.new( :partition_values, :error_detail) SENSITIVE = [] include Aws::Structure end | 
#partition_values ⇒ Array<String>
The values that define the partition.
| 20202 20203 20204 20205 20206 20207 | # File 'lib/aws-sdk-glue/types.rb', line 20202 class PartitionError < Struct.new( :partition_values, :error_detail) SENSITIVE = [] include Aws::Structure end |