C# Class ServiceClientGenerator.ExceptionModel

The model that represents exceptions for the service
Datei anzeigen Open project: aws/aws-sdk-net

Public Methods

Method Description
ExceptionModel ( JsonData data, string name, string documentation, Shape structure ) : Json.LitJson

Creates a model that represents an exception in the service processed in the response

Method Details

ExceptionModel() public method

Creates a model that represents an exception in the service processed in the response
public ExceptionModel ( JsonData data, string name, string documentation, Shape structure ) : Json.LitJson
data JsonData The json data that contains information about the exception found in the model
name string The name of the exception
documentation string The documentation for the exception found in the service model json
structure Shape The shape that represents the exception
return Json.LitJson