Panorama.Client.update_device_metadata(**kwargs)¶Updates a device's metadata.
See also: AWS API Documentation
Request Syntax
response = client.update_device_metadata(
    Description='string',
    DeviceId='string'
)
[REQUIRED]
The device's ID.
dict
Response Syntax
{
    'DeviceId': 'string'
}
Response Structure
(dict) --
DeviceId (string) --
The device's ID.
Exceptions
Panorama.Client.exceptions.ConflictExceptionPanorama.Client.exceptions.ValidationExceptionPanorama.Client.exceptions.AccessDeniedExceptionPanorama.Client.exceptions.ResourceNotFoundExceptionPanorama.Client.exceptions.InternalServerException