QuickSight / Client / delete_data_set_refresh_properties
delete_data_set_refresh_properties#
- QuickSight.Client.delete_data_set_refresh_properties(**kwargs)#
Deletes the dataset refresh properties of the dataset.
See also: AWS API Documentation
Request Syntax
response = client.delete_data_set_refresh_properties( AwsAccountId='string', DataSetId='string' )
- Parameters:
AwsAccountId (string) –
[REQUIRED]
The Amazon Web Services account ID.
DataSetId (string) –
[REQUIRED]
The ID of the dataset.
- 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
QuickSight.Client.exceptions.AccessDeniedException
QuickSight.Client.exceptions.InvalidParameterValueException
QuickSight.Client.exceptions.ResourceNotFoundException
QuickSight.Client.exceptions.ThrottlingException
QuickSight.Client.exceptions.LimitExceededException
QuickSight.Client.exceptions.ConflictException
QuickSight.Client.exceptions.InternalFailureException