SupportAuthZ / Client / reject_support_permit_request
reject_support_permit_request¶
- SupportAuthZ.Client.reject_support_permit_request(**kwargs)¶
Rejects a permit request from an AWS support operator. The operator cannot proceed with the requested action.
See also: AWS API Documentation
Request Syntax
response = client.reject_support_permit_request( requestArn='string' )
- Parameters:
requestArn (string) –
[REQUIRED]
The ARN of the permit request to reject.
- Return type:
dict
- Returns:
Response Syntax
{ 'requestArn': 'string' }
Response Structure
(dict) –
requestArn (string) –
The ARN of the rejected permit request.
Exceptions
SupportAuthZ.Client.exceptions.ValidationExceptionSupportAuthZ.Client.exceptions.ConflictExceptionSupportAuthZ.Client.exceptions.ResourceNotFoundExceptionSupportAuthZ.Client.exceptions.AccessDeniedExceptionSupportAuthZ.Client.exceptions.ThrottlingExceptionSupportAuthZ.Client.exceptions.InternalServerException