class Azure::MachineLearningServices::Mgmt::V2019_05_01::Models::MachineLearningServiceError
Wrapper for error response to follow ARM guidelines.
Attributes
error[RW]
@return [ErrorResponse] The error response.
Private Class Methods
mapper()
click to toggle source
Mapper for MachineLearningServiceError
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2019-05-01/generated/azure_mgmt_machine_learning_services/models/machine_learning_service_error.rb, line 23 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'MachineLearningServiceError', type: { name: 'Composite', class_name: 'MachineLearningServiceError', model_properties: { error: { client_side_validation: true, required: false, read_only: true, serialized_name: 'error', type: { name: 'Composite', class_name: 'ErrorResponse' } } } } } end