| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Glue.Types.ColumnStatisticsError
Description
Documentation
data ColumnStatisticsError Source #
Encapsulates a ColumnStatistics object that failed and the reason for
failure.
See: newColumnStatisticsError smart constructor.
Constructors
| ColumnStatisticsError' | |
Fields
| |
Instances
newColumnStatisticsError :: ColumnStatisticsError Source #
Create a value of ColumnStatisticsError with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:columnStatistics:ColumnStatisticsError', columnStatisticsError_columnStatistics - The ColumnStatistics of the column.
$sel:error:ColumnStatisticsError', columnStatisticsError_error - An error message with the reason for the failure of an operation.
columnStatisticsError_columnStatistics :: Lens' ColumnStatisticsError (Maybe ColumnStatistics) Source #
The ColumnStatistics of the column.
columnStatisticsError_error :: Lens' ColumnStatisticsError (Maybe ErrorDetail) Source #
An error message with the reason for the failure of an operation.