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 ErrorDetails Source #
Represents information about an error in AWS CodePipeline.
See: newErrorDetails
smart constructor.
Instances
newErrorDetails :: ErrorDetails Source #
Create a value of ErrorDetails
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:code:ErrorDetails'
, errorDetails_code
- The system ID or number code of the error.
$sel:message:ErrorDetails'
, errorDetails_message
- The text of the error message.
errorDetails_code :: Lens' ErrorDetails (Maybe Text) Source #
The system ID or number code of the error.
errorDetails_message :: Lens' ErrorDetails (Maybe Text) Source #
The text of the error message.