Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

disassociate_skill_group_from_room

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.

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