Class EndpointDisabledException
- Namespace
- Amazon.SimpleNotificationService.Model
- Assembly
- AWSSDK.SimpleNotificationService.dll
Exception error indicating endpoint disabled.
public class EndpointDisabledException : AmazonSimpleNotificationServiceException
- Inheritance
-
EndpointDisabledException
Constructors
EndpointDisabledException(Exception)
Construct instance of EndpointDisabledException
public EndpointDisabledException(Exception innerException)
Parameters
innerExceptionException
EndpointDisabledException(string)
Constructs a new EndpointDisabledException with the specified error message.
public EndpointDisabledException(string message)
Parameters
messagestringDescribes the error encountered.
EndpointDisabledException(string, ErrorType, string, string, HttpStatusCode)
Construct instance of EndpointDisabledException
public EndpointDisabledException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
Parameters
messagestringerrorTypeErrorTypeerrorCodestringrequestIdstringstatusCodeHttpStatusCode
EndpointDisabledException(string, Exception)
Construct instance of EndpointDisabledException
public EndpointDisabledException(string message, Exception innerException)
Parameters
EndpointDisabledException(string, Exception, ErrorType, string, string, HttpStatusCode)
Construct instance of EndpointDisabledException
public EndpointDisabledException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
Parameters
messagestringinnerExceptionExceptionerrorTypeErrorTypeerrorCodestringrequestIdstringstatusCodeHttpStatusCode