Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data ColumnStatisticsError Source #
Encapsulates a ColumnStatistics
object that failed and the reason for
failure.
See: newColumnStatisticsError
smart constructor.
ColumnStatisticsError' | |
|
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:error:ColumnStatisticsError'
, columnStatisticsError_error
- An error message with the reason for the failure of an operation.
$sel:columnStatistics:ColumnStatisticsError'
, columnStatisticsError_columnStatistics
- The ColumnStatistics
of the column.
columnStatisticsError_error :: Lens' ColumnStatisticsError (Maybe ErrorDetail) Source #
An error message with the reason for the failure of an operation.
columnStatisticsError_columnStatistics :: Lens' ColumnStatisticsError (Maybe ColumnStatistics) Source #
The ColumnStatistics
of the column.