Class: Aws::MTurk::Types::RequestError
- Inherits:
-
Struct
- Object
- Struct
- Aws::MTurk::Types::RequestError
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mturk/types.rb
Overview
Your request is invalid.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2258 2259 2260 2261 2262 2263 |
# File 'lib/aws-sdk-mturk/types.rb', line 2258 class RequestError < Struct.new( :message, :turk_error_code) SENSITIVE = [] include Aws::Structure end |
#turk_error_code ⇒ String
2258 2259 2260 2261 2262 2263 |
# File 'lib/aws-sdk-mturk/types.rb', line 2258 class RequestError < Struct.new( :message, :turk_error_code) SENSITIVE = [] include Aws::Structure end |