associate_device_with_network_profile

AlexaForBusiness.Client.associate_device_with_network_profile(**kwargs)

Associates a device with the specified network profile.

See also: AWS API Documentation

Request Syntax

response = client.associate_device_with_network_profile(
    DeviceArn='string',
    NetworkProfileArn='string'
)
Parameters
  • DeviceArn (string) --

    [REQUIRED]

    The device ARN.

  • NetworkProfileArn (string) --

    [REQUIRED]

    The ARN of the network profile to associate with a device.

Return type

dict

Returns

Response Syntax

{}

Response Structure

  • (dict) --

Exceptions

  • AlexaForBusiness.Client.exceptions.NotFoundException
  • AlexaForBusiness.Client.exceptions.ConcurrentModificationException
  • AlexaForBusiness.Client.exceptions.DeviceNotRegisteredException