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.
3153 3154 3155 3156 3157 3158 |
# File 'lib/aws-sdk-glue/types.rb', line 3153 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.
3153 3154 3155 3156 3157 3158 |
# File 'lib/aws-sdk-glue/types.rb', line 3153 class ColumnStatisticsError < Struct.new( :column_statistics, :error) SENSITIVE = [] include Aws::Structure end |