class Azure::OperationalInsights::Mgmt::V2020_03_01_preview::Models::DataExportErrorResponse
Error response indicates that the service is not able to process the incoming request. The reason is provided in the error message.
Attributes
error[RW]
@return [ErrorResponse] The details of the error.
Public Class Methods
mapper()
click to toggle source
Mapper for DataExportErrorResponse
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2020-03-01-preview/generated/azure_mgmt_operational_insights/models/data_export_error_response.rb, line 24 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'DataExportErrorResponse', type: { name: 'Composite', class_name: 'DataExportErrorResponse', model_properties: { error: { client_side_validation: true, required: false, serialized_name: 'error', type: { name: 'Composite', class_name: 'ErrorResponse' } } } } } end