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 |
Synopsis
Documentation
data UpdateError Source #
A structure containing information about one error encountered while performing an UpdatePermissions operation.
See: newUpdateError
smart constructor.
Instances
:: UpdateInstruction | |
-> Natural | |
-> Text | |
-> UpdateError |
Create a value of UpdateError
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:causedBy:UpdateError'
, updateError_causedBy
- Specifies which permission update caused the error.
$sel:code:UpdateError'
, updateError_code
- The error code.
$sel:message:UpdateError'
, updateError_message
- The message for this error.
updateError_causedBy :: Lens' UpdateError UpdateInstruction Source #
Specifies which permission update caused the error.
updateError_code :: Lens' UpdateError Natural Source #
The error code.
updateError_message :: Lens' UpdateError Text Source #
The message for this error.