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
stringDescribes 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
stringerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode
AuthorizationErrorException(string, Exception)
Construct instance of AuthorizationErrorException
public AuthorizationErrorException(string message, Exception innerException)
Parameters
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
stringinnerException
ExceptionerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode