AppStream / Client / disassociate_fleet

disassociate_fleet#

AppStream.Client.disassociate_fleet(**kwargs)#

Disassociates the specified fleet from the specified stack.

See also: AWS API Documentation

Request Syntax

response = client.disassociate_fleet(
    FleetName='string',
    StackName='string'
)
Parameters:
  • FleetName (string) –

    [REQUIRED]

    The name of the fleet.

  • StackName (string) –

    [REQUIRED]

    The name of the stack.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • AppStream.Client.exceptions.ResourceInUseException

  • AppStream.Client.exceptions.ResourceNotFoundException

  • AppStream.Client.exceptions.ConcurrentModificationException

  • AppStream.Client.exceptions.OperationNotPermittedException