/// <summary> /// Describes an application problem. /// </summary> /// <param name="request">Container for the necessary parameters to execute the DescribeProblem service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the DescribeProblem service method, as returned by ApplicationInsights.</returns> /// <exception cref="Amazon.ApplicationInsights.Model.InternalServerException"> /// The server encountered an internal error and is unable to complete the request. /// </exception> /// <exception cref="Amazon.ApplicationInsights.Model.ResourceNotFoundException"> /// The resource does not exist in the customer account. /// </exception> /// <exception cref="Amazon.ApplicationInsights.Model.ValidationException"> /// The parameter is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/application-insights-2018-11-25/DescribeProblem">REST API Reference for DescribeProblem Operation</seealso> public virtual Task <DescribeProblemResponse> DescribeProblemAsync(DescribeProblemRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)) { var options = new InvokeOptions(); options.RequestMarshaller = DescribeProblemRequestMarshaller.Instance; options.ResponseUnmarshaller = DescribeProblemResponseUnmarshaller.Instance; return(InvokeAsync <DescribeProblemResponse>(request, options, cancellationToken)); }
internal virtual DescribeProblemResponse DescribeProblem(DescribeProblemRequest request) { var options = new InvokeOptions(); options.RequestMarshaller = DescribeProblemRequestMarshaller.Instance; options.ResponseUnmarshaller = DescribeProblemResponseUnmarshaller.Instance; return(Invoke <DescribeProblemResponse>(request, options)); }