SupportAuthZ / Client / get_action

get_action

SupportAuthZ.Client.get_action(**kwargs)

Retrieves the description of a specific support action.

See also: AWS API Documentation

Request Syntax

response = client.get_action(
    action='string'
)
Parameters:

action (string) –

[REQUIRED]

The name of the support action to retrieve.

Return type:

dict

Returns:

Response Syntax

{
    'action': 'string',
    'service': 'string',
    'description': 'string'
}

Response Structure

  • (dict) –

    • action (string) –

      The name of the support action.

    • service (string) –

      The AWS service associated with the support action.

    • description (string) –

      A description of what the support action does.

Exceptions

  • SupportAuthZ.Client.exceptions.ValidationException

  • SupportAuthZ.Client.exceptions.ResourceNotFoundException

  • SupportAuthZ.Client.exceptions.AccessDeniedException

  • SupportAuthZ.Client.exceptions.ThrottlingException

  • SupportAuthZ.Client.exceptions.InternalServerException