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.
2847 2848 2849 2850 2851 2852 |
# File 'lib/aws-sdk-glue/types.rb', line 2847 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.
2847 2848 2849 2850 2851 2852 |
# File 'lib/aws-sdk-glue/types.rb', line 2847 class ColumnStatisticsError < Struct.new( :column_statistics, :error) SENSITIVE = [] include Aws::Structure end |