| 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.LakeFormation.Types.LFTagError
Description
Synopsis
Documentation
data LFTagError Source #
A structure containing an error related to a TagResource or
UnTagResource operation.
See: newLFTagError smart constructor.
Constructors
| LFTagError' | |
Instances
newLFTagError :: LFTagError Source #
Create a value of LFTagError 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:LFTagError', lFTagError_error - An error that occurred with the attachment or detachment of the LF-tag.
$sel:lFTag:LFTagError', lFTagError_lFTag - The key-name of the LF-tag.
lFTagError_error :: Lens' LFTagError (Maybe ErrorDetail) Source #
An error that occurred with the attachment or detachment of the LF-tag.
lFTagError_lFTag :: Lens' LFTagError (Maybe LFTagPair) Source #
The key-name of the LF-tag.