RejectQualificationRequestRequest
public struct RejectQualificationRequestRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the Qualification request, as returned by the ListQualificationRequests operation.
Declaration
Swift
public let qualificationRequestId: String
-
A text message explaining why the request was rejected, to be shown to the Worker who made the request.
Declaration
Swift
public let reason: String?
-
Undocumented
Declaration
Swift
public init(qualificationRequestId: String, reason: String? = nil)