class TencentCloud::Sqlserver::V20180328::Client
def DescribeInquiryPriceParameter(request)
-
request:
() -- Request instance for DescribeInquiryPriceParameter.
def DescribeInquiryPriceParameter(request) body = send_request('DescribeInquiryPriceParameter', request.serialize) response = JSON.parse(body) if response['Response'].key?('Error') == false model = DescribeInquiryPriceParameterResponse.new model.deserialize(response['Response']) model else code = response['Response']['Error']['Code'] message = response['Response']['Error']['Message'] reqid = response['Response']['RequestId'] raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid) end rescue TencentCloud::Common::TencentCloudSDKException => e raise e rescue StandardError => e raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect) end