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 |
Synopsis
- data TaskStartFailedEventDetails = TaskStartFailedEventDetails' {}
- newTaskStartFailedEventDetails :: Text -> Text -> TaskStartFailedEventDetails
- taskStartFailedEventDetails_error :: Lens' TaskStartFailedEventDetails (Maybe Text)
- taskStartFailedEventDetails_cause :: Lens' TaskStartFailedEventDetails (Maybe Text)
- taskStartFailedEventDetails_resourceType :: Lens' TaskStartFailedEventDetails Text
- taskStartFailedEventDetails_resource :: Lens' TaskStartFailedEventDetails Text
Documentation
data TaskStartFailedEventDetails Source #
Contains details about a task that failed to start during an execution.
See: newTaskStartFailedEventDetails
smart constructor.
Instances
newTaskStartFailedEventDetails Source #
:: Text | |
-> Text | |
-> TaskStartFailedEventDetails |
Create a value of TaskStartFailedEventDetails
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:error:TaskStartFailedEventDetails'
, taskStartFailedEventDetails_error
- The error code of the failure.
$sel:cause:TaskStartFailedEventDetails'
, taskStartFailedEventDetails_cause
- A more detailed explanation of the cause of the failure.
$sel:resourceType:TaskStartFailedEventDetails'
, taskStartFailedEventDetails_resourceType
- The action of the resource called by a task state.
$sel:resource:TaskStartFailedEventDetails'
, taskStartFailedEventDetails_resource
- The service name of the resource in a task state.
taskStartFailedEventDetails_error :: Lens' TaskStartFailedEventDetails (Maybe Text) Source #
The error code of the failure.
taskStartFailedEventDetails_cause :: Lens' TaskStartFailedEventDetails (Maybe Text) Source #
A more detailed explanation of the cause of the failure.
taskStartFailedEventDetails_resourceType :: Lens' TaskStartFailedEventDetails Text Source #
The action of the resource called by a task state.
taskStartFailedEventDetails_resource :: Lens' TaskStartFailedEventDetails Text Source #
The service name of the resource in a task state.