Table of Contents

Class ResourceNotFoundExceptionUnmarshaller

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

Response Unmarshaller for ResourceNotFoundException Object

public class ResourceNotFoundExceptionUnmarshaller : IErrorResponseUnmarshaller<ResourceNotFoundException, JsonUnmarshallerContext>, IUnmarshaller<ResourceNotFoundException, JsonUnmarshallerContext>
Inheritance
ResourceNotFoundExceptionUnmarshaller
Implements
IErrorResponseUnmarshaller<ResourceNotFoundException, JsonUnmarshallerContext>
IUnmarshaller<ResourceNotFoundException, JsonUnmarshallerContext>
Inherited Members

Constructors

ResourceNotFoundExceptionUnmarshaller()

public ResourceNotFoundExceptionUnmarshaller()

Properties

Instance

Gets the singleton.

public static ResourceNotFoundExceptionUnmarshaller Instance { get; }

Property Value

ResourceNotFoundExceptionUnmarshaller

Methods

Unmarshall(JsonUnmarshallerContext)

Unmarshaller the response from the service to the response class.

public ResourceNotFoundException Unmarshall(JsonUnmarshallerContext context)

Parameters

context JsonUnmarshallerContext

Returns

ResourceNotFoundException

Unmarshall(JsonUnmarshallerContext, ErrorResponse)

Unmarshaller the response from the service to the response class.

public ResourceNotFoundException Unmarshall(JsonUnmarshallerContext context, ErrorResponse errorResponse)

Parameters

context JsonUnmarshallerContext
errorResponse ErrorResponse

Returns

ResourceNotFoundException