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.InvalidRequestException
IoTSiteWise.Client.exceptions.ResourceNotFoundException
IoTSiteWise.Client.exceptions.ConflictingOperationException
IoTSiteWise.Client.exceptions.InternalFailureException
IoTSiteWise.Client.exceptions.ThrottlingException