Table of Contents

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 string

Describes 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 string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode

InvalidSecurityException(string, Exception)

Construct instance of InvalidSecurityException

public InvalidSecurityException(string message, Exception innerException)

Parameters

message string
innerException Exception

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 string
innerException Exception
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode