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
innerExceptionException
AuthorizationErrorException(string)
Constructs a new AuthorizationErrorException with the specified error message.
public AuthorizationErrorException(string message)
Parameters
messagestringDescribes 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
messagestringerrorTypeErrorTypeerrorCodestringrequestIdstringstatusCodeHttpStatusCode
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
messagestringinnerExceptionExceptionerrorTypeErrorTypeerrorCodestringrequestIdstringstatusCodeHttpStatusCode