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 TaskSubmitFailedEventDetails = TaskSubmitFailedEventDetails' {}
- newTaskSubmitFailedEventDetails :: Text -> Text -> TaskSubmitFailedEventDetails
- taskSubmitFailedEventDetails_error :: Lens' TaskSubmitFailedEventDetails (Maybe Text)
- taskSubmitFailedEventDetails_cause :: 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.
Instances
newTaskSubmitFailedEventDetails Source #
:: 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:error:TaskSubmitFailedEventDetails'
, taskSubmitFailedEventDetails_error
- The error code of the failure.
$sel:cause:TaskSubmitFailedEventDetails'
, taskSubmitFailedEventDetails_cause
- A more detailed explanation of the cause of the failure.
$sel:resourceType:TaskSubmitFailedEventDetails'
, taskSubmitFailedEventDetails_resourceType
- The action of the resource called by a task state.
$sel:resource:TaskSubmitFailedEventDetails'
, taskSubmitFailedEventDetails_resource
- The service name of the resource in a task state.
taskSubmitFailedEventDetails_error :: Lens' TaskSubmitFailedEventDetails (Maybe Text) Source #
The error code of the failure.
taskSubmitFailedEventDetails_cause :: Lens' TaskSubmitFailedEventDetails (Maybe Text) Source #
A more detailed explanation of the cause of the failure.
taskSubmitFailedEventDetails_resourceType :: Lens' TaskSubmitFailedEventDetails Text Source #
The action of the resource called by a task state.
taskSubmitFailedEventDetails_resource :: Lens' TaskSubmitFailedEventDetails Text Source #
The service name of the resource in a task state.