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 TaskFailedEventDetails = TaskFailedEventDetails' {}
- newTaskFailedEventDetails :: Text -> Text -> TaskFailedEventDetails
- taskFailedEventDetails_error :: Lens' TaskFailedEventDetails (Maybe Text)
- taskFailedEventDetails_cause :: 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.
Instances
newTaskFailedEventDetails Source #
:: 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:error:TaskFailedEventDetails'
, taskFailedEventDetails_error
- The error code of the failure.
$sel:cause:TaskFailedEventDetails'
, taskFailedEventDetails_cause
- A more detailed explanation of the cause of the failure.
$sel:resourceType:TaskFailedEventDetails'
, taskFailedEventDetails_resourceType
- The action of the resource called by a task state.
$sel:resource:TaskFailedEventDetails'
, taskFailedEventDetails_resource
- The service name of the resource in a task state.
taskFailedEventDetails_error :: Lens' TaskFailedEventDetails (Maybe Text) Source #
The error code of the failure.
taskFailedEventDetails_cause :: Lens' TaskFailedEventDetails (Maybe Text) Source #
A more detailed explanation of the cause of the failure.
taskFailedEventDetails_resourceType :: Lens' TaskFailedEventDetails Text Source #
The action of the resource called by a task state.
taskFailedEventDetails_resource :: Lens' TaskFailedEventDetails Text Source #
The service name of the resource in a task state.