Class DeleteResourcePolicyResponseUnmarshaller
- Assembly
- AWSSDK.SecretsManager.dll
Response Unmarshaller for DeleteResourcePolicy operation
public class DeleteResourcePolicyResponseUnmarshaller : JsonResponseUnmarshaller
- Inheritance
-
DeleteResourcePolicyResponseUnmarshaller
Constructors
DeleteResourcePolicyResponseUnmarshaller()
public DeleteResourcePolicyResponseUnmarshaller()
Properties
Instance
Gets the singleton.
public static DeleteResourcePolicyResponseUnmarshaller Instance { get; }
Property Value
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
JsonUnmarshallerContextinnerException
ExceptionstatusCode
HttpStatusCode
Returns
- AmazonServiceException