S3Files / Client / delete_file_system_policy

delete_file_system_policy

S3Files.Client.delete_file_system_policy(**kwargs)

Deletes the IAM resource policy of an S3 File System.

See also: AWS API Documentation

Request Syntax

response = client.delete_file_system_policy(
    fileSystemId='string'
)
Parameters:

fileSystemId (string) –

[REQUIRED]

The ID or Amazon Resource Name (ARN) of the S3 File System whose resource policy to delete.

Returns:

None

Exceptions

  • S3Files.Client.exceptions.InternalServerException

  • S3Files.Client.exceptions.ResourceNotFoundException

  • S3Files.Client.exceptions.ThrottlingException

  • S3Files.Client.exceptions.ValidationException