AlexaForBusiness / Client / get_gateway_group

get_gateway_group#

AlexaForBusiness.Client.get_gateway_group(**kwargs)#

Retrieves the details of a gateway group.

See also: AWS API Documentation

Request Syntax

response = client.get_gateway_group(
    GatewayGroupArn='string'
)
Parameters:

GatewayGroupArn (string) –

[REQUIRED]

The ARN of the gateway group to get.

Return type:

dict

Returns:

Response Syntax

{
    'GatewayGroup': {
        'Arn': 'string',
        'Name': 'string',
        'Description': 'string'
    }
}

Response Structure

  • (dict) –

    • GatewayGroup (dict) –

      The details of the gateway group.

      • Arn (string) –

        The ARN of the gateway group.

      • Name (string) –

        The name of the gateway group.

      • Description (string) –

        The description of the gateway group.

Exceptions

  • AlexaForBusiness.Client.exceptions.NotFoundException