AWS SDK for .NET Documentation
RecordMarkerFailedEventAttributes Class
AmazonAmazon.SimpleWorkflow.ModelRecordMarkerFailedEventAttributes Did this page help you?   Yes   No    Tell us about it...

Provides details of the RecordMarkerFailed event.

Declaration Syntax
C#
public class RecordMarkerFailedEventAttributes
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
RecordMarkerFailedEventAttributes()()()()
Initializes a new instance of the RecordMarkerFailedEventAttributes class

Cause
The cause of the failure to process the decision. This information is generated by the system and can be useful for diagnostic purposes.
Note:
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.

Constraints:

Allowed Values
OPERATION_NOT_PERMITTED


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 cause of events.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
MarkerName
The marker's name.

Constraints:

Length
1 - 256


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithCause(String) Obsolete.
Sets the Cause property

WithDecisionTaskCompletedEventId(Int64) Obsolete.
Sets the DecisionTaskCompletedEventId property

WithMarkerName(String) Obsolete.
Sets the MarkerName property

Inheritance Hierarchy
Object
RecordMarkerFailedEventAttributes

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)