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