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