| 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.CodePipeline.Types.FailureDetails
Description
Documentation
data FailureDetails Source #
Represents information about failure details.
See: newFailureDetails smart constructor.
Constructors
| FailureDetails' | |
Fields
| |
Instances
Arguments
| :: FailureType | |
| -> Text | |
| -> FailureDetails |
Create a value of FailureDetails 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:externalExecutionId:FailureDetails', failureDetails_externalExecutionId - The external ID of the run of the action that failed.
$sel:type':FailureDetails', failureDetails_type - The type of the failure.
$sel:message:FailureDetails', failureDetails_message - The message about the failure.
failureDetails_externalExecutionId :: Lens' FailureDetails (Maybe Text) Source #
The external ID of the run of the action that failed.
failureDetails_type :: Lens' FailureDetails FailureType Source #
The type of the failure.
failureDetails_message :: Lens' FailureDetails Text Source #
The message about the failure.