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 RecordMarkerFailedEventAttributes = RecordMarkerFailedEventAttributes' {}
- newRecordMarkerFailedEventAttributes :: Text -> RecordMarkerFailedCause -> Integer -> RecordMarkerFailedEventAttributes
- recordMarkerFailedEventAttributes_markerName :: Lens' RecordMarkerFailedEventAttributes Text
- recordMarkerFailedEventAttributes_cause :: Lens' RecordMarkerFailedEventAttributes RecordMarkerFailedCause
- recordMarkerFailedEventAttributes_decisionTaskCompletedEventId :: Lens' RecordMarkerFailedEventAttributes Integer
Documentation
data RecordMarkerFailedEventAttributes Source #
Provides the details of the RecordMarkerFailed
event.
See: newRecordMarkerFailedEventAttributes
smart constructor.
RecordMarkerFailedEventAttributes' | |
|
Instances
newRecordMarkerFailedEventAttributes Source #
:: Text | |
-> RecordMarkerFailedCause | |
-> Integer |
|
-> RecordMarkerFailedEventAttributes |
Create a value of RecordMarkerFailedEventAttributes
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:markerName:RecordMarkerFailedEventAttributes'
, recordMarkerFailedEventAttributes_markerName
- The marker's name.
$sel:cause:RecordMarkerFailedEventAttributes'
, recordMarkerFailedEventAttributes_cause
- The cause of the failure. This information is generated by the system
and can be useful for diagnostic purposes.
If cause
is set to OPERATION_NOT_PERMITTED
, the decision failed
because it lacked sufficient permissions. For details and example IAM
policies, see
Using IAM to Manage Access to Amazon SWF Workflows
in the Amazon SWF Developer Guide.
$sel:decisionTaskCompletedEventId:RecordMarkerFailedEventAttributes'
, recordMarkerFailedEventAttributes_decisionTaskCompletedEventId
- The ID of the DecisionTaskCompleted
event corresponding to the
decision task that resulted in the RecordMarkerFailed
decision for
this cancellation request. This information can be useful for diagnosing
problems by tracing back the chain of events leading up to this event.
recordMarkerFailedEventAttributes_markerName :: Lens' RecordMarkerFailedEventAttributes Text Source #
The marker's name.
recordMarkerFailedEventAttributes_cause :: Lens' RecordMarkerFailedEventAttributes RecordMarkerFailedCause Source #
The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
If cause
is set to OPERATION_NOT_PERMITTED
, the decision failed
because it lacked sufficient permissions. For details and example IAM
policies, see
Using IAM to Manage Access to Amazon SWF Workflows
in the Amazon SWF Developer Guide.
recordMarkerFailedEventAttributes_decisionTaskCompletedEventId :: Lens' RecordMarkerFailedEventAttributes Integer Source #
The ID of the DecisionTaskCompleted
event corresponding to the
decision task that resulted in the RecordMarkerFailed
decision for
this cancellation request. This information can be useful for diagnosing
problems by tracing back the chain of events leading up to this event.