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 PhaseContext Source #
Additional information about a build phase that has an error. You can use this information for troubleshooting.
See: newPhaseContext
smart constructor.
Instances
newPhaseContext :: PhaseContext Source #
Create a value of PhaseContext
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:message:PhaseContext'
, phaseContext_message
- An explanation of the build phase's context. This might include a
command ID and an exit code.
$sel:statusCode:PhaseContext'
, phaseContext_statusCode
- The status code for the context of the build phase.
phaseContext_message :: Lens' PhaseContext (Maybe Text) Source #
An explanation of the build phase's context. This might include a command ID and an exit code.
phaseContext_statusCode :: Lens' PhaseContext (Maybe Text) Source #
The status code for the context of the build phase.