Class: Aws::MTurk::Types::NotifyWorkersFailureStatus

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mturk/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

Instance Attribute Details

#notify_workers_failure_codeString

Encoded value for the failure type.

Returns:

  • (String)


1807
1808
1809
1810
1811
1812
1813
# File 'gems/aws-sdk-mturk/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_messageString

A message detailing the reason the Worker could not be notified.

Returns:

  • (String)


1807
1808
1809
1810
1811
1812
1813
# File 'gems/aws-sdk-mturk/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_idString

The ID of the Worker.

Returns:

  • (String)


1807
1808
1809
1810
1811
1812
1813
# File 'gems/aws-sdk-mturk/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