| 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.CodeBuild.Types.PhaseContext
Description
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.
Constructors
| PhaseContext' | |
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.