AlexaForBusiness / Client / disassociate_skill_group_from_room
disassociate_skill_group_from_room#
- AlexaForBusiness.Client.disassociate_skill_group_from_room(**kwargs)#
Disassociates a skill group from a specified room. This disables all skills in the skill group on all devices in the room.
Danger
This operation is deprecated and may not function as expected. This operation should not be used going forward and is only kept for the purpose of backwards compatiblity.
See also: AWS API Documentation
Request Syntax
response = client.disassociate_skill_group_from_room( SkillGroupArn='string', RoomArn='string' )
- Parameters:
SkillGroupArn (string) – The ARN of the skill group to disassociate from a room. Required.
RoomArn (string) – The ARN of the room from which the skill group is to be disassociated. Required.
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions
AlexaForBusiness.Client.exceptions.ConcurrentModificationException