AppStream.Client.
disassociate_application_from_entitlement
(**kwargs)¶Deletes the specified application from the specified entitlement.
See also: AWS API Documentation
Request Syntax
response = client.disassociate_application_from_entitlement(
StackName='string',
EntitlementName='string',
ApplicationIdentifier='string'
)
[REQUIRED]
The name of the stack with which the entitlement is associated.
[REQUIRED]
The name of the entitlement.
[REQUIRED]
The identifier of the application to remove from the entitlement.
dict
Response Syntax
{}
Response Structure
Exceptions
AppStream.Client.exceptions.OperationNotPermittedException
AppStream.Client.exceptions.ResourceNotFoundException
AppStream.Client.exceptions.EntitlementNotFoundException
AppStream.Client.exceptions.OperationNotPermittedException