QuickSight / Client / delete_refresh_schedule
delete_refresh_schedule#
- QuickSight.Client.delete_refresh_schedule(**kwargs)#
- Deletes a refresh schedule from a dataset. - See also: AWS API Documentation - Request Syntax- response = client.delete_refresh_schedule( DataSetId='string', AwsAccountId='string', ScheduleId='string' ) - Parameters:
- DataSetId (string) – - [REQUIRED] - The ID of the dataset. 
- AwsAccountId (string) – - [REQUIRED] - The Amazon Web Services account ID. 
- ScheduleId (string) – - [REQUIRED] - The ID of the refresh schedule. 
 
- Return type:
- dict 
- Returns:
- Response Syntax- { 'Status': 123, 'RequestId': 'string', 'ScheduleId': 'string', 'Arn': 'string' } - Response Structure- (dict) – - Status (integer) – - The HTTP status of the request. 
- RequestId (string) – - The Amazon Web Services request ID for this operation. 
- ScheduleId (string) – - The ID of the refresh schedule. 
- Arn (string) – - The Amazon Resource Name (ARN) for the refresh schedule. 
 
 
 - Exceptions- QuickSight.Client.exceptions.AccessDeniedException
- QuickSight.Client.exceptions.InvalidParameterValueException
- QuickSight.Client.exceptions.ResourceNotFoundException
- QuickSight.Client.exceptions.ThrottlingException
- QuickSight.Client.exceptions.LimitExceededException
- QuickSight.Client.exceptions.InternalFailureException