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 LambdaFunctionFailedEventAttributes = LambdaFunctionFailedEventAttributes' {}
- newLambdaFunctionFailedEventAttributes :: Integer -> Integer -> LambdaFunctionFailedEventAttributes
- lambdaFunctionFailedEventAttributes_reason :: Lens' LambdaFunctionFailedEventAttributes (Maybe Text)
- lambdaFunctionFailedEventAttributes_details :: Lens' LambdaFunctionFailedEventAttributes (Maybe Text)
- lambdaFunctionFailedEventAttributes_scheduledEventId :: Lens' LambdaFunctionFailedEventAttributes Integer
- lambdaFunctionFailedEventAttributes_startedEventId :: Lens' LambdaFunctionFailedEventAttributes Integer
Documentation
data LambdaFunctionFailedEventAttributes Source #
Provides the details of the LambdaFunctionFailed
event. It isn't set
for other event types.
See: newLambdaFunctionFailedEventAttributes
smart constructor.
LambdaFunctionFailedEventAttributes' | |
|
Instances
newLambdaFunctionFailedEventAttributes Source #
Create a value of LambdaFunctionFailedEventAttributes
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:reason:LambdaFunctionFailedEventAttributes'
, lambdaFunctionFailedEventAttributes_reason
- The reason provided for the failure.
$sel:details:LambdaFunctionFailedEventAttributes'
, lambdaFunctionFailedEventAttributes_details
- The details of the failure.
$sel:scheduledEventId:LambdaFunctionFailedEventAttributes'
, lambdaFunctionFailedEventAttributes_scheduledEventId
- The ID of the LambdaFunctionScheduled
event that was recorded when
this activity task was scheduled. To help diagnose issues, use this
information to trace back the chain of events leading up to this event.
$sel:startedEventId:LambdaFunctionFailedEventAttributes'
, lambdaFunctionFailedEventAttributes_startedEventId
- The ID of the LambdaFunctionStarted
event recorded when this activity
task started. To help diagnose issues, use this information to trace
back the chain of events leading up to this event.
lambdaFunctionFailedEventAttributes_reason :: Lens' LambdaFunctionFailedEventAttributes (Maybe Text) Source #
The reason provided for the failure.
lambdaFunctionFailedEventAttributes_details :: Lens' LambdaFunctionFailedEventAttributes (Maybe Text) Source #
The details of the failure.
lambdaFunctionFailedEventAttributes_scheduledEventId :: Lens' LambdaFunctionFailedEventAttributes Integer Source #
The ID of the LambdaFunctionScheduled
event that was recorded when
this activity task was scheduled. To help diagnose issues, use this
information to trace back the chain of events leading up to this event.
lambdaFunctionFailedEventAttributes_startedEventId :: Lens' LambdaFunctionFailedEventAttributes Integer Source #
The ID of the LambdaFunctionStarted
event recorded when this activity
task started. To help diagnose issues, use this information to trace
back the chain of events leading up to this event.