Table of Contents

Class AuthorizationErrorException

Namespace
Amazon.SimpleNotificationService.Model
Assembly
AWSSDK.SimpleNotificationService.dll

Indicates that the user has been denied access to the requested resource.

public class AuthorizationErrorException : AmazonSimpleNotificationServiceException
Inheritance
AuthorizationErrorException

Constructors

AuthorizationErrorException(Exception)

Construct instance of AuthorizationErrorException

public AuthorizationErrorException(Exception innerException)

Parameters

innerException Exception

AuthorizationErrorException(string)

Constructs a new AuthorizationErrorException with the specified error message.

public AuthorizationErrorException(string message)

Parameters

message string

Describes the error encountered.

AuthorizationErrorException(string, ErrorType, string, string, HttpStatusCode)

Construct instance of AuthorizationErrorException

public AuthorizationErrorException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)

Parameters

message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode

AuthorizationErrorException(string, Exception)

Construct instance of AuthorizationErrorException

public AuthorizationErrorException(string message, Exception innerException)

Parameters

message string
innerException Exception

AuthorizationErrorException(string, Exception, ErrorType, string, string, HttpStatusCode)

Construct instance of AuthorizationErrorException

public AuthorizationErrorException(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