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.

update_gateway_group

update_gateway_group(**kwargs)

Updates the details of a gateway group. If any optional field is not provided, the existing corresponding value is left unmodified.

See also: AWS API Documentation

Request Syntax

response = client.update_gateway_group(
    GatewayGroupArn='string',
    Name='string',
    Description='string'
)
Parameters
  • GatewayGroupArn (string) --

    [REQUIRED]

    The ARN of the gateway group to update.

  • Name (string) -- The updated name of the gateway group.
  • Description (string) -- The updated description of the gateway group.
Return type

dict

Returns

Response Syntax

{}

Response Structure

  • (dict) --

Exceptions

  • AlexaForBusiness.Client.exceptions.NotFoundException
  • AlexaForBusiness.Client.exceptions.NameInUseException