C# 클래스 ServiceClientGenerator.ExceptionModel

The model that represents exceptions for the service
파일 보기 프로젝트 열기: aws/aws-sdk-net

공개 메소드들

메소드 설명
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

메소드 상세

ExceptionModel() 공개 메소드

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
리턴 Json.LitJson