Class: Aws::MTurk::Errors::ServiceFault
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::MTurk::Errors::ServiceFault
- Defined in:
- lib/aws-sdk-mturk/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ServiceFault
constructor
A new instance of ServiceFault.
- #message ⇒ String
- #turk_error_code ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ServiceFault
Returns a new instance of ServiceFault.
64 65 66 |
# File 'lib/aws-sdk-mturk/errors.rb', line 64 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
69 70 71 |
# File 'lib/aws-sdk-mturk/errors.rb', line 69 def @message || @data[:message] end |
#turk_error_code ⇒ String
74 75 76 |
# File 'lib/aws-sdk-mturk/errors.rb', line 74 def turk_error_code @data[:turk_error_code] end |