AlexaForBusiness / Client / get_skill_group

get_skill_group#

AlexaForBusiness.Client.get_skill_group(**kwargs)#

Gets skill group details by skill group ARN.

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.get_skill_group(
    SkillGroupArn='string'
)
Parameters:

SkillGroupArn (string) – The ARN of the skill group for which to get details. Required.

Return type:

dict

Returns:

Response Syntax

{
    'SkillGroup': {
        'SkillGroupArn': 'string',
        'SkillGroupName': 'string',
        'Description': 'string'
    }
}

Response Structure

  • (dict) –

    • SkillGroup (dict) –

      The details of the skill group requested. Required.

      • SkillGroupArn (string) –

        The ARN of a skill group.

      • SkillGroupName (string) –

        The name of a skill group.

      • Description (string) –

        The description of a skill group.

Exceptions