Class: Aws::Glue::Types::ColumnStatisticsError
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::ColumnStatisticsError
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Encapsulates a ‘ColumnStatistics` object that failed and the reason for failure.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #column_statistics  ⇒ Types::ColumnStatistics 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ‘ColumnStatistics` of the column. 
- 
  
    
      #error  ⇒ Types::ErrorDetail 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    An error message with the reason for the failure of an operation. 
Instance Attribute Details
#column_statistics ⇒ Types::ColumnStatistics
The ‘ColumnStatistics` of the column.
| 3179 3180 3181 3182 3183 3184 | # File 'lib/aws-sdk-glue/types.rb', line 3179 class ColumnStatisticsError < Struct.new( :column_statistics, :error) SENSITIVE = [] include Aws::Structure end | 
#error ⇒ Types::ErrorDetail
An error message with the reason for the failure of an operation.
| 3179 3180 3181 3182 3183 3184 | # File 'lib/aws-sdk-glue/types.rb', line 3179 class ColumnStatisticsError < Struct.new( :column_statistics, :error) SENSITIVE = [] include Aws::Structure end |