Class: Aws::MTurk::Types::NotifyWorkersResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mturk/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#notify_workers_failure_statusesArray<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