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
innerException
Exception
EndpointDisabledException(string)
Constructs a new EndpointDisabledException with the specified error message.
public EndpointDisabledException(string message)
Parameters
message
stringDescribes 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
message
stringerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode
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
message
stringinnerException
ExceptionerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode