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 |
Documentation
data FailureDetails Source #
Represents information about failure details.
See: newFailureDetails
smart constructor.
FailureDetails' | |
|
Instances
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.