S3Control / Client / delete_storage_lens_group

delete_storage_lens_group#

S3Control.Client.delete_storage_lens_group(**kwargs)#

Deletes an existing S3 Storage Lens group.

To use this operation, you must have the permission to perform the s3:DeleteStorageLensGroup action. For more information about the required Storage Lens Groups permissions, see Setting account permissions to use S3 Storage Lens groups.

For information about Storage Lens groups errors, see List of Amazon S3 Storage Lens error codes.

See also: AWS API Documentation

Request Syntax

response = client.delete_storage_lens_group(
    Name='string',
    AccountId='string'
)
Parameters:
  • Name (string) –

    [REQUIRED]

    The name of the Storage Lens group that you’re trying to delete.

  • AccountId (string) –

    [REQUIRED]

    The Amazon Web Services account ID used to create the Storage Lens group that you’re trying to delete.

Returns:

None