disassociate_file_system
(**kwargs)¶Disassociates an Amazon FSx file system from the specified gateway. After the disassociation process finishes, the gateway can no longer access the Amazon FSx file system. This operation is only supported in the FSx File Gateway type.
See also: AWS API Documentation
Request Syntax
response = client.disassociate_file_system(
FileSystemAssociationARN='string',
ForceDelete=True|False
)
[REQUIRED]
The Amazon Resource Name (ARN) of the file system association to be deleted.
FORCE_DELETING
status. If this value is set to false, the Amazon FSx file system does not disassociate until all data is uploaded.dict
Response Syntax
{
'FileSystemAssociationARN': 'string'
}
Response Structure
(dict) --
FileSystemAssociationARN (string) --
The Amazon Resource Name (ARN) of the deleted file system association.
Exceptions
StorageGateway.Client.exceptions.InvalidGatewayRequestException
StorageGateway.Client.exceptions.InternalServerError