| 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.SSM.Types.FailureDetails
Description
Documentation
data FailureDetails Source #
Information about an Automation failure.
See: newFailureDetails smart constructor.
Constructors
| FailureDetails' | |
Fields
| |
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:details:FailureDetails', failureDetails_details - Detailed information about the Automation step failure.
$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:failureType:FailureDetails', failureDetails_failureType - The type of Automation failure. Failure types include the following:
Action, Permission, Throttling, Verification, Internal.
failureDetails_details :: Lens' FailureDetails (Maybe (HashMap Text [Text])) Source #
Detailed information about the Automation step failure.
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_failureType :: Lens' FailureDetails (Maybe Text) Source #
The type of Automation failure. Failure types include the following: Action, Permission, Throttling, Verification, Internal.