AppStream / Client / disassociate_app_block_builder_app_block
disassociate_app_block_builder_app_block#
- AppStream.Client.disassociate_app_block_builder_app_block(**kwargs)#
Disassociates a specified app block builder from a specified app block.
See also: AWS API Documentation
Request Syntax
response = client.disassociate_app_block_builder_app_block( AppBlockArn='string', AppBlockBuilderName='string' )
- Parameters:
AppBlockArn (string) –
[REQUIRED]
The ARN of the app block.
AppBlockBuilderName (string) –
[REQUIRED]
The name of the app block builder.
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions
AppStream.Client.exceptions.ConcurrentModificationException
AppStream.Client.exceptions.InvalidParameterCombinationException
AppStream.Client.exceptions.OperationNotPermittedException
AppStream.Client.exceptions.ResourceNotFoundException