Table of Contents

Class DescribeSecretResponseUnmarshaller

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

Response Unmarshaller for DescribeSecret operation

public class DescribeSecretResponseUnmarshaller : JsonResponseUnmarshaller
Inheritance
DescribeSecretResponseUnmarshaller

Constructors

DescribeSecretResponseUnmarshaller()

public DescribeSecretResponseUnmarshaller()

Properties

Instance

Gets the singleton.

public static DescribeSecretResponseUnmarshaller Instance { get; }

Property Value

DescribeSecretResponseUnmarshaller

Methods

Unmarshall(JsonUnmarshallerContext)

Unmarshaller the response from the service to the response class.

public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)

Parameters

context JsonUnmarshallerContext

Returns

AmazonWebServiceResponse

UnmarshallException(JsonUnmarshallerContext, Exception, HttpStatusCode)

Unmarshaller error response to exception.

public override AmazonServiceException UnmarshallException(JsonUnmarshallerContext context, Exception innerException, HttpStatusCode statusCode)

Parameters

context JsonUnmarshallerContext
innerException Exception
statusCode HttpStatusCode

Returns

AmazonServiceException