QuickSight / Client / delete_topic_refresh_schedule
delete_topic_refresh_schedule#
- QuickSight.Client.delete_topic_refresh_schedule(**kwargs)#
Deletes a topic refresh schedule.
See also: AWS API Documentation
Request Syntax
response = client.delete_topic_refresh_schedule( AwsAccountId='string', TopicId='string', DatasetId='string' )
- Parameters:
AwsAccountId (string) –
[REQUIRED]
The Amazon Web Services account ID.
TopicId (string) –
[REQUIRED]
The ID of the topic that you want to modify. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
DatasetId (string) –
[REQUIRED]
The ID of the dataset.
- Return type:
dict
- Returns:
Response Syntax
{ 'TopicId': 'string', 'TopicArn': 'string', 'DatasetArn': 'string', 'Status': 123, 'RequestId': 'string' }
Response Structure
(dict) –
TopicId (string) –
The ID of the topic that you want to modify. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
TopicArn (string) –
The Amazon Resource Name (ARN) of the topic.
DatasetArn (string) –
The Amazon Resource Name (ARN) of the dataset.
Status (integer) –
The HTTP status of the request.
RequestId (string) –
The Amazon Web Services request ID for this operation.
Exceptions
QuickSight.Client.exceptions.AccessDeniedException
QuickSight.Client.exceptions.ConflictException
QuickSight.Client.exceptions.InvalidParameterValueException
QuickSight.Client.exceptions.LimitExceededException
QuickSight.Client.exceptions.ResourceNotFoundException
QuickSight.Client.exceptions.ResourceExistsException
QuickSight.Client.exceptions.ThrottlingException
QuickSight.Client.exceptions.InternalFailureException