Class: Aws::MTurk::Types::NotifyWorkersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MTurk::Types::NotifyWorkersResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mturk/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#notify_workers_failure_statuses ⇒ Array<Types::NotifyWorkersFailureStatus>
When MTurk sends notifications to the list of Workers, it returns back any failures it encounters in this list of NotifyWorkersFailureStatus objects.
Instance Attribute Details
#notify_workers_failure_statuses ⇒ Array<Types::NotifyWorkersFailureStatus>
When MTurk sends notifications to the list of Workers, it returns back any failures it encounters in this list of NotifyWorkersFailureStatus objects.
1848 1849 1850 1851 1852 |
# File 'lib/aws-sdk-mturk/types.rb', line 1848 class NotifyWorkersResponse < Struct.new( :notify_workers_failure_statuses) SENSITIVE = [] include Aws::Structure end |