C# Class Amazon.EC2.Model.Internal.MarshallTransformations.CancelConversionTaskResponseUnmarshaller

Response Unmarshaller for CancelConversionTask operation
Inheritance: EC2ResponseUnmarshaller
Show file Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
Unmarshall ( XmlUnmarshallerContext context ) : AmazonWebServiceResponse

Unmarshaller the response from the service to the response class.

UnmarshallException ( XmlUnmarshallerContext context, Exception innerException, HttpStatusCode statusCode ) : AmazonServiceException

Unmarshaller error response to exception.

Private Methods

Method Description
GetInstance ( ) : CancelConversionTaskResponseUnmarshaller

Method Details

Unmarshall() public method

Unmarshaller the response from the service to the response class.
public Unmarshall ( XmlUnmarshallerContext context ) : AmazonWebServiceResponse
context XmlUnmarshallerContext
return AmazonWebServiceResponse

UnmarshallException() public method

Unmarshaller error response to exception.
public UnmarshallException ( XmlUnmarshallerContext context, Exception innerException, HttpStatusCode statusCode ) : AmazonServiceException
context XmlUnmarshallerContext
innerException Exception
statusCode HttpStatusCode
return AmazonServiceException