QuickSight / Client / update_user_custom_permission
update_user_custom_permission#
- QuickSight.Client.update_user_custom_permission(**kwargs)#
Updates a custom permissions profile for a user.
See also: AWS API Documentation
Request Syntax
response = client.update_user_custom_permission( UserName='string', AwsAccountId='string', Namespace='string', CustomPermissionsName='string' )
- Parameters:
UserName (string) –
[REQUIRED]
The username of the user that you want to update custom permissions for.
AwsAccountId (string) –
[REQUIRED]
The ID of the Amazon Web Services account that contains the custom permission configuration that you want to update.
Namespace (string) –
[REQUIRED]
The namespace that the user belongs to.
CustomPermissionsName (string) –
[REQUIRED]
The name of the custom permissions that you want to update.
- Return type:
dict
- Returns:
Response Syntax
{ 'RequestId': 'string', 'Status': 123 }
Response Structure
(dict) –
RequestId (string) –
The Amazon Web Services request ID for this operation.
Status (integer) –
The HTTP status of the request.
Exceptions