SendTaskFailureInput

public struct SendTaskFailureInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A more detailed explanation of the cause of the failure.

    Declaration

    Swift

    public let cause: String?
  • The error code of the failure.

    Declaration

    Swift

    public let error: String?
  • The token that represents this task. Task tokens are generated by Step Functions when tasks are assigned to a worker, or in the context object when a workflow enters a task state. See GetActivityTaskOutput$taskToken.

    Declaration

    Swift

    public let taskToken: String
  • Undocumented

    Declaration

    Swift

    public init(cause: String? = nil, error: String? = nil, taskToken: String)
  • Declaration

    Swift

    public func validate(name: String) throws