| 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.TaskSubmitFailedEventDetails
Description
Synopsis
- data TaskSubmitFailedEventDetails = TaskSubmitFailedEventDetails' {}
- newTaskSubmitFailedEventDetails :: Text -> Text -> TaskSubmitFailedEventDetails
- taskSubmitFailedEventDetails_cause :: Lens' TaskSubmitFailedEventDetails (Maybe Text)
- taskSubmitFailedEventDetails_error :: Lens' TaskSubmitFailedEventDetails (Maybe Text)
- taskSubmitFailedEventDetails_resourceType :: Lens' TaskSubmitFailedEventDetails Text
- taskSubmitFailedEventDetails_resource :: Lens' TaskSubmitFailedEventDetails Text
Documentation
data TaskSubmitFailedEventDetails Source #
Contains details about a task that failed to submit during an execution.
See: newTaskSubmitFailedEventDetails smart constructor.
Constructors
| TaskSubmitFailedEventDetails' | |
Instances
newTaskSubmitFailedEventDetails Source #
Arguments
| :: Text | |
| -> Text | |
| -> TaskSubmitFailedEventDetails |
Create a value of TaskSubmitFailedEventDetails 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:TaskSubmitFailedEventDetails', taskSubmitFailedEventDetails_cause - A more detailed explanation of the cause of the failure.
$sel:error:TaskSubmitFailedEventDetails', taskSubmitFailedEventDetails_error - The error code of the failure.
$sel:resourceType:TaskSubmitFailedEventDetails', taskSubmitFailedEventDetails_resourceType - The service name of the resource in a task state.
$sel:resource:TaskSubmitFailedEventDetails', taskSubmitFailedEventDetails_resource - The action of the resource called by a task state.
taskSubmitFailedEventDetails_cause :: Lens' TaskSubmitFailedEventDetails (Maybe Text) Source #
A more detailed explanation of the cause of the failure.
taskSubmitFailedEventDetails_error :: Lens' TaskSubmitFailedEventDetails (Maybe Text) Source #
The error code of the failure.
taskSubmitFailedEventDetails_resourceType :: Lens' TaskSubmitFailedEventDetails Text Source #
The service name of the resource in a task state.
taskSubmitFailedEventDetails_resource :: Lens' TaskSubmitFailedEventDetails Text Source #
The action of the resource called by a task state.