QuickSight / Client / update_folder
update_folder#
- QuickSight.Client.update_folder(**kwargs)#
- Updates the name of a folder. - See also: AWS API Documentation - Request Syntax - response = client.update_folder( AwsAccountId='string', FolderId='string', Name='string' ) - Parameters:
- AwsAccountId (string) – - [REQUIRED] - The ID for the Amazon Web Services account that contains the folder to update. 
- FolderId (string) – - [REQUIRED] - The ID of the folder. 
- Name (string) – - [REQUIRED] - The name of the folder. 
 
- Return type:
- dict 
- Returns:
- Response Syntax - { 'Status': 123, 'Arn': 'string', 'FolderId': 'string', 'RequestId': 'string' } - Response Structure - (dict) – - Status (integer) – - The HTTP status of the request. 
- Arn (string) – - The Amazon Resource Name (ARN) of the folder. 
- FolderId (string) – - The ID of the folder. 
- RequestId (string) – - The Amazon Web Services request ID for this operation. 
 
 
 - Exceptions - QuickSight.Client.exceptions.InvalidParameterValueException
- QuickSight.Client.exceptions.AccessDeniedException
- QuickSight.Client.exceptions.ResourceExistsException
- QuickSight.Client.exceptions.ResourceNotFoundException
- QuickSight.Client.exceptions.ConflictException
- QuickSight.Client.exceptions.ThrottlingException
- QuickSight.Client.exceptions.UnsupportedUserEditionException
- QuickSight.Client.exceptions.InternalFailureException