Class: Aws::MTurk::Types::RejectQualificationRequestRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MTurk::Types::RejectQualificationRequestRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mturk/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#qualification_request_id ⇒ String
The ID of the Qualification request, as returned by the ‘ListQualificationRequests` operation.
-
#reason ⇒ String
A text message explaining why the request was rejected, to be shown to the Worker who made the request.
Instance Attribute Details
#qualification_request_id ⇒ String
The ID of the Qualification request, as returned by the ‘ListQualificationRequests` operation.
2237 2238 2239 2240 2241 2242 |
# File 'lib/aws-sdk-mturk/types.rb', line 2237 class RejectQualificationRequestRequest < Struct.new( :qualification_request_id, :reason) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
A text message explaining why the request was rejected, to be shown to the Worker who made the request.
2237 2238 2239 2240 2241 2242 |
# File 'lib/aws-sdk-mturk/types.rb', line 2237 class RejectQualificationRequestRequest < Struct.new( :qualification_request_id, :reason) SENSITIVE = [] include Aws::Structure end |