RejectAssignmentRequest
public struct RejectAssignmentRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ID of the assignment. The assignment must correspond to a HIT created by the Requester.
Declaration
Swift
public let assignmentId: String -
A message for the Worker, which the Worker can see in the Status section of the web site.
Declaration
Swift
public let requesterFeedback: String -
Undocumented
Declaration
Swift
public init(assignmentId: String, requesterFeedback: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
RejectAssignmentRequest Structure Reference