| 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.StepFunctions.Types.TaskFailedEventDetails
Description
Synopsis
- data TaskFailedEventDetails = TaskFailedEventDetails' {}
- newTaskFailedEventDetails :: Text -> Text -> TaskFailedEventDetails
- taskFailedEventDetails_cause :: Lens' TaskFailedEventDetails (Maybe Text)
- taskFailedEventDetails_error :: Lens' TaskFailedEventDetails (Maybe Text)
- taskFailedEventDetails_resourceType :: Lens' TaskFailedEventDetails Text
- taskFailedEventDetails_resource :: Lens' TaskFailedEventDetails Text
Documentation
data TaskFailedEventDetails Source #
Contains details about a task failure event.
See: newTaskFailedEventDetails smart constructor.
Constructors
| TaskFailedEventDetails' | |
Instances
newTaskFailedEventDetails Source #
Arguments
| :: Text | |
| -> Text | |
| -> TaskFailedEventDetails |
Create a value of TaskFailedEventDetails 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:cause:TaskFailedEventDetails', taskFailedEventDetails_cause - A more detailed explanation of the cause of the failure.
$sel:error:TaskFailedEventDetails', taskFailedEventDetails_error - The error code of the failure.
$sel:resourceType:TaskFailedEventDetails', taskFailedEventDetails_resourceType - The service name of the resource in a task state.
$sel:resource:TaskFailedEventDetails', taskFailedEventDetails_resource - The action of the resource called by a task state.
taskFailedEventDetails_cause :: Lens' TaskFailedEventDetails (Maybe Text) Source #
A more detailed explanation of the cause of the failure.
taskFailedEventDetails_error :: Lens' TaskFailedEventDetails (Maybe Text) Source #
The error code of the failure.
taskFailedEventDetails_resourceType :: Lens' TaskFailedEventDetails Text Source #
The service name of the resource in a task state.
taskFailedEventDetails_resource :: Lens' TaskFailedEventDetails Text Source #
The action of the resource called by a task state.