update_gateway(**kwargs)¶Updates a gateway's name.
See also: AWS API Documentation
Request Syntax
response = client.update_gateway(
gatewayId='string',
gatewayName='string'
)
[REQUIRED]
The ID of the gateway to update.
[REQUIRED]
A unique, friendly name for the gateway.
None
Exceptions
IoTSiteWise.Client.exceptions.InvalidRequestExceptionIoTSiteWise.Client.exceptions.ResourceNotFoundExceptionIoTSiteWise.Client.exceptions.ConflictingOperationExceptionIoTSiteWise.Client.exceptions.InternalFailureExceptionIoTSiteWise.Client.exceptions.ThrottlingException