Class: Aws::MTurk::Types::ServiceFault
- Inherits:
-
Struct
- Object
- Struct
- Aws::MTurk::Types::ServiceFault
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mturk/types.rb
Overview
Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2495 2496 2497 2498 2499 2500 |
# File 'lib/aws-sdk-mturk/types.rb', line 2495 class ServiceFault < Struct.new( :message, :turk_error_code) SENSITIVE = [] include Aws::Structure end |
#turk_error_code ⇒ String
2495 2496 2497 2498 2499 2500 |
# File 'lib/aws-sdk-mturk/types.rb', line 2495 class ServiceFault < Struct.new( :message, :turk_error_code) SENSITIVE = [] include Aws::Structure end |