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.ValidationExceptionSupportAuthZ.Client.exceptions.ResourceNotFoundExceptionSupportAuthZ.Client.exceptions.AccessDeniedExceptionSupportAuthZ.Client.exceptions.ThrottlingExceptionSupportAuthZ.Client.exceptions.InternalServerException