RespondActivityTaskFailedInput

public struct RespondActivityTaskFailedInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Detailed information about the failure.

    Declaration

    Swift

    public let details: String?
  • Description of the error that may assist in diagnostics.

    Declaration

    Swift

    public let reason: String?
  • The taskToken of the ActivityTask. taskToken is generated by the service and should be treated as an opaque value. If the task is passed to another process, its taskToken must also be passed. This enables it to provide its progress and respond with results.

    Declaration

    Swift

    public let taskToken: String
  • Undocumented

    Declaration

    Swift

    public init(details: String? = nil, reason: String? = nil, taskToken: String)
  • Declaration

    Swift

    public func validate(name: String) throws