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