Class: Aws::MTurk::Types::NotifyWorkersFailureStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::MTurk::Types::NotifyWorkersFailureStatus
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mturk/types.rb
Overview
When MTurk encounters an issue with notifying the Workers you specified, it returns back this object with failure details.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#notify_workers_failure_code ⇒ String
Encoded value for the failure type.
-
#notify_workers_failure_message ⇒ String
A message detailing the reason the Worker could not be notified.
-
#worker_id ⇒ String
The ID of the Worker.
Instance Attribute Details
#notify_workers_failure_code ⇒ String
Encoded value for the failure type.
1807 1808 1809 1810 1811 1812 1813 |
# File 'lib/aws-sdk-mturk/types.rb', line 1807 class NotifyWorkersFailureStatus < Struct.new( :notify_workers_failure_code, :notify_workers_failure_message, :worker_id) SENSITIVE = [] include Aws::Structure end |
#notify_workers_failure_message ⇒ String
A message detailing the reason the Worker could not be notified.
1807 1808 1809 1810 1811 1812 1813 |
# File 'lib/aws-sdk-mturk/types.rb', line 1807 class NotifyWorkersFailureStatus < Struct.new( :notify_workers_failure_code, :notify_workers_failure_message, :worker_id) SENSITIVE = [] include Aws::Structure end |
#worker_id ⇒ String
The ID of the Worker.
1807 1808 1809 1810 1811 1812 1813 |
# File 'lib/aws-sdk-mturk/types.rb', line 1807 class NotifyWorkersFailureStatus < Struct.new( :notify_workers_failure_code, :notify_workers_failure_message, :worker_id) SENSITIVE = [] include Aws::Structure end |