AlexaForBusiness / Client / get_gateway_group
get_gateway_group#
- AlexaForBusiness.Client.get_gateway_group(**kwargs)#
- Retrieves the details of a gateway group. - 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_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