AWS SDK for .NET Documentation
AmazonSimpleNotificationServiceException Constructor (message, statusCode, errorCode, errorType, requestId, xml)
AmazonAmazon.SimpleNotificationServiceAmazonSimpleNotificationServiceExceptionAmazonSimpleNotificationServiceException(String, HttpStatusCode, String, String, String, String) Did this page help you?   Yes   No    Tell us about it...
Initializes an AmazonSimpleNotificationServiceException with error information provided in an AmazonSimpleNotificationService response.
Declaration Syntax
C#
public AmazonSimpleNotificationServiceException(
	string message,
	HttpStatusCode statusCode,
	string errorCode,
	string errorType,
	string requestId,
	string xml
)
Parameters
message (String)
A message that describes the error
statusCode (HttpStatusCode)
HTTP status code for error response
errorCode (String)
Error Code returned by the service
errorType (String)
Error type. Possible types: Sender, Receiver or Unknown
requestId (String)
Request ID returned by the service
xml (String)
Compete xml found in response

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)