Class UpdateSecretVersionStageResponseUnmarshaller
- Assembly
- AWSSDK.SecretsManager.dll
Response Unmarshaller for UpdateSecretVersionStage operation
public class UpdateSecretVersionStageResponseUnmarshaller : JsonResponseUnmarshaller- Inheritance
- 
      
      UpdateSecretVersionStageResponseUnmarshaller
Constructors
UpdateSecretVersionStageResponseUnmarshaller()
public UpdateSecretVersionStageResponseUnmarshaller()Properties
Instance
Gets the singleton.
public static UpdateSecretVersionStageResponseUnmarshaller Instance { get; }Property Value
Methods
Unmarshall(JsonUnmarshallerContext)
Unmarshaller the response from the service to the response class.
public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)Parameters
- contextJsonUnmarshallerContext
Returns
- AmazonWebServiceResponse
UnmarshallException(JsonUnmarshallerContext, Exception, HttpStatusCode)
Unmarshaller error response to exception.
public override AmazonServiceException UnmarshallException(JsonUnmarshallerContext context, Exception innerException, HttpStatusCode statusCode)Parameters
- contextJsonUnmarshallerContext
- innerExceptionException
- statusCodeHttpStatusCode
Returns
- AmazonServiceException