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.ValidationException

  • SupportAuthZ.Client.exceptions.ConflictException

  • SupportAuthZ.Client.exceptions.ResourceNotFoundException

  • SupportAuthZ.Client.exceptions.AccessDeniedException

  • SupportAuthZ.Client.exceptions.ThrottlingException

  • SupportAuthZ.Client.exceptions.InternalServerException