Class InvalidSecurityException
- Namespace
- Amazon.SimpleNotificationService.Model
- Assembly
- AWSSDK.SimpleNotificationService.dll
The credential signature isn't valid. You must use an HTTPS endpoint and sign your request using Signature Version 4.
public class InvalidSecurityException : AmazonSimpleNotificationServiceException
- Inheritance
-
InvalidSecurityException
Constructors
InvalidSecurityException(Exception)
Construct instance of InvalidSecurityException
public InvalidSecurityException(Exception innerException)
Parameters
innerException
Exception
InvalidSecurityException(string)
Constructs a new InvalidSecurityException with the specified error message.
public InvalidSecurityException(string message)
Parameters
message
stringDescribes the error encountered.
InvalidSecurityException(string, ErrorType, string, string, HttpStatusCode)
Construct instance of InvalidSecurityException
public InvalidSecurityException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
Parameters
message
stringerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode
InvalidSecurityException(string, Exception)
Construct instance of InvalidSecurityException
public InvalidSecurityException(string message, Exception innerException)
Parameters
InvalidSecurityException(string, Exception, ErrorType, string, string, HttpStatusCode)
Construct instance of InvalidSecurityException
public InvalidSecurityException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
Parameters
message
stringinnerException
ExceptionerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode