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'
)
[REQUIRED]
The ARN of the gateway group to get.
{
'GatewayGroup': {
'Arn': 'string',
'Name': 'string',
'Description': 'string'
}
}
Response Structure
The details of the gateway group.
The ARN of the gateway group.
The name of the gateway group.
The description of the gateway group.
Exceptions
AlexaForBusiness.Client.exceptions.NotFoundException