Class ErrorResponseUnmarshaller
Response Unmarshaller for all Errors
public class ErrorResponseUnmarshaller : IUnmarshaller<ErrorResponse, XmlUnmarshallerContext>
  - Inheritance
 - 
      
      ErrorResponseUnmarshaller
 
- Implements
 
- Inherited Members
 
Constructors
ErrorResponseUnmarshaller()
public ErrorResponseUnmarshaller()
  Methods
GetInstance()
Return an instance of and ErrorResponseUnmarshaller.
public static ErrorResponseUnmarshaller GetInstance()
  Returns
Unmarshall(XmlUnmarshallerContext)
Build an ErrorResponse from XML
public ErrorResponse Unmarshall(XmlUnmarshallerContext context)
  Parameters
contextXmlUnmarshallerContextThe XML parsing context. Usually an
Amazon.Runtime.Internal.UnmarshallerContext.
Returns
- ErrorResponse
 An
ErrorResponseobject.