Class InvalidRequestExceptionUnmarshaller
- Assembly
- AWSSDK.SecretsManager.dll
Response Unmarshaller for InvalidRequestException Object
public class InvalidRequestExceptionUnmarshaller : IErrorResponseUnmarshaller<InvalidRequestException, JsonUnmarshallerContext>, IUnmarshaller<InvalidRequestException, JsonUnmarshallerContext>
- Inheritance
-
InvalidRequestExceptionUnmarshaller
- Implements
- Inherited Members
Constructors
InvalidRequestExceptionUnmarshaller()
public InvalidRequestExceptionUnmarshaller()
Properties
Instance
Gets the singleton.
public static InvalidRequestExceptionUnmarshaller Instance { get; }
Property Value
Methods
Unmarshall(JsonUnmarshallerContext)
Unmarshaller the response from the service to the response class.
public InvalidRequestException Unmarshall(JsonUnmarshallerContext context)
Parameters
context
JsonUnmarshallerContext
Returns
Unmarshall(JsonUnmarshallerContext, ErrorResponse)
Unmarshaller the response from the service to the response class.
public InvalidRequestException Unmarshall(JsonUnmarshallerContext context, ErrorResponse errorResponse)
Parameters
context
JsonUnmarshallerContexterrorResponse
ErrorResponse