Class: Aws::Glue::Types::ColumnStatisticsError

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#column_statisticsTypes::ColumnStatistics

The ‘ColumnStatistics` of the column.



2711
2712
2713
2714
2715
2716
# File 'lib/aws-sdk-glue/types.rb', line 2711

class ColumnStatisticsError < Struct.new(
  :column_statistics,
  :error)
  SENSITIVE = []
  include Aws::Structure
end

#errorTypes::ErrorDetail

An error message with the reason for the failure of an operation.

Returns:



2711
2712
2713
2714
2715
2716
# File 'lib/aws-sdk-glue/types.rb', line 2711

class ColumnStatisticsError < Struct.new(
  :column_statistics,
  :error)
  SENSITIVE = []
  include Aws::Structure
end