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 #
Information about an Automation failure.
See: newFailureDetails
smart constructor.
FailureDetails' | |
|
Instances
newFailureDetails :: FailureDetails Source #
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:failureType:FailureDetails'
, failureDetails_failureType
- The type of Automation failure. Failure types include the following:
Action, Permission, Throttling, Verification, Internal.
$sel:failureStage:FailureDetails'
, failureDetails_failureStage
- The stage of the Automation execution when the failure occurred. The
stages include the following: InputValidation, PreVerification,
Invocation, PostVerification.
$sel:details:FailureDetails'
, failureDetails_details
- Detailed information about the Automation step failure.
failureDetails_failureType :: Lens' FailureDetails (Maybe Text) Source #
The type of Automation failure. Failure types include the following: Action, Permission, Throttling, Verification, Internal.
failureDetails_failureStage :: Lens' FailureDetails (Maybe Text) Source #
The stage of the Automation execution when the failure occurred. The stages include the following: InputValidation, PreVerification, Invocation, PostVerification.
failureDetails_details :: Lens' FailureDetails (Maybe (HashMap Text [Text])) Source #
Detailed information about the Automation step failure.