| 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.PartitionError
Description
Documentation
data PartitionError Source #
Contains information about a partition error.
See: newPartitionError smart constructor.
Constructors
| PartitionError' | |
Fields
| |
Instances
newPartitionError :: PartitionError Source #
Create a value of PartitionError 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:errorDetail:PartitionError', partitionError_errorDetail - The details about the partition error.
$sel:partitionValues:PartitionError', partitionError_partitionValues - The values that define the partition.
partitionError_errorDetail :: Lens' PartitionError (Maybe ErrorDetail) Source #
The details about the partition error.
partitionError_partitionValues :: Lens' PartitionError (Maybe [Text]) Source #
The values that define the partition.