Table of Contents

Class InvalidRequestExceptionUnmarshaller

Namespace
Amazon.SecretsManager.Model.Internal.MarshallTransformations
Assembly
AWSSDK.SecretsManager.dll

Response Unmarshaller for InvalidRequestException Object

public class InvalidRequestExceptionUnmarshaller : IErrorResponseUnmarshaller<InvalidRequestException, JsonUnmarshallerContext>, IUnmarshaller<InvalidRequestException, JsonUnmarshallerContext>
Inheritance
InvalidRequestExceptionUnmarshaller
Implements
IErrorResponseUnmarshaller<InvalidRequestException, JsonUnmarshallerContext>
IUnmarshaller<InvalidRequestException, JsonUnmarshallerContext>
Inherited Members

Constructors

InvalidRequestExceptionUnmarshaller()

public InvalidRequestExceptionUnmarshaller()

Properties

Instance

Gets the singleton.

public static InvalidRequestExceptionUnmarshaller Instance { get; }

Property Value

InvalidRequestExceptionUnmarshaller

Methods

Unmarshall(JsonUnmarshallerContext)

Unmarshaller the response from the service to the response class.

public InvalidRequestException Unmarshall(JsonUnmarshallerContext context)

Parameters

context JsonUnmarshallerContext

Returns

InvalidRequestException

Unmarshall(JsonUnmarshallerContext, ErrorResponse)

Unmarshaller the response from the service to the response class.

public InvalidRequestException Unmarshall(JsonUnmarshallerContext context, ErrorResponse errorResponse)

Parameters

context JsonUnmarshallerContext
errorResponse ErrorResponse

Returns

InvalidRequestException