ScheduleLambdaFunctionFailedEventAttributes
public struct ScheduleLambdaFunctionFailedEventAttributes : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The cause of the failure. To help diagnose issues, use this information to trace back the chain of events leading up to this event. 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.
Declaration
Swift
public let cause: ScheduleLambdaFunctionFailedCause
-
The ID of the LambdaFunctionCompleted event corresponding to the decision that resulted in scheduling this Lambda task. To help diagnose issues, use this information to trace back the chain of events leading up to this event.
Declaration
Swift
public let decisionTaskCompletedEventId: Int64
-
The ID provided in the ScheduleLambdaFunction decision that failed.
Declaration
Swift
public let id: String
-
The name of the Lambda function.
Declaration
Swift
public let name: String
-
Undocumented
Declaration
Swift
public init(cause: ScheduleLambdaFunctionFailedCause, decisionTaskCompletedEventId: Int64, id: String, name: String)