Table of Contents

Class InvalidParameterExceptionUnmarshaller

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

Response Unmarshaller for InvalidParameterException Object

public class InvalidParameterExceptionUnmarshaller : IErrorResponseUnmarshaller<InvalidParameterException, JsonUnmarshallerContext>, IUnmarshaller<InvalidParameterException, JsonUnmarshallerContext>
Inheritance
InvalidParameterExceptionUnmarshaller
Implements
IErrorResponseUnmarshaller<InvalidParameterException, JsonUnmarshallerContext>
IUnmarshaller<InvalidParameterException, JsonUnmarshallerContext>
Inherited Members

Constructors

InvalidParameterExceptionUnmarshaller()

public InvalidParameterExceptionUnmarshaller()

Properties

Instance

Gets the singleton.

public static InvalidParameterExceptionUnmarshaller Instance { get; }

Property Value

InvalidParameterExceptionUnmarshaller

Methods

Unmarshall(JsonUnmarshallerContext)

Unmarshaller the response from the service to the response class.

public InvalidParameterException Unmarshall(JsonUnmarshallerContext context)

Parameters

context JsonUnmarshallerContext

Returns

InvalidParameterException

Unmarshall(JsonUnmarshallerContext, ErrorResponse)

Unmarshaller the response from the service to the response class.

public InvalidParameterException Unmarshall(JsonUnmarshallerContext context, ErrorResponse errorResponse)

Parameters

context JsonUnmarshallerContext
errorResponse ErrorResponse

Returns

InvalidParameterException