S3Tables / Client / delete_table_bucket_metrics_configuration
delete_table_bucket_metrics_configuration¶
- S3Tables.Client.delete_table_bucket_metrics_configuration(**kwargs)¶
Deletes the metrics configuration for a table bucket.
Permissions
You must have the
s3tables:DeleteTableBucketMetricsConfigurationpermission to use this operation.See also: AWS API Documentation
Request Syntax
response = client.delete_table_bucket_metrics_configuration( tableBucketARN='string' )
- Parameters:
tableBucketARN (string) –
[REQUIRED]
The Amazon Resource Name (ARN) of the table bucket.
- Returns:
None
Exceptions