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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mturk/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 'gems/aws-sdk-mturk/lib/aws-sdk-mturk/types.rb', line 1848

class NotifyWorkersResponse < Struct.new(
  :notify_workers_failure_statuses)
  SENSITIVE = []
  include Aws::Structure
end