ManagedintegrationsforIoTDeviceManagement / Client / update_account_association
update_account_association¶
- ManagedintegrationsforIoTDeviceManagement.Client.update_account_association(**kwargs)¶
Updates the properties of an existing account association.
See also: AWS API Documentation
Request Syntax
response = client.update_account_association( AccountAssociationId='string', Name='string', Description='string' )
- Parameters:
AccountAssociationId (string) –
[REQUIRED]
The unique identifier of the account association to update.
Name (string) – The new name to assign to the account association.
Description (string) – The new description to assign to the account association.
- Returns:
None
Exceptions
ManagedintegrationsforIoTDeviceManagement.Client.exceptions.ValidationException
ManagedintegrationsforIoTDeviceManagement.Client.exceptions.AccessDeniedException
ManagedintegrationsforIoTDeviceManagement.Client.exceptions.InternalServerException
ManagedintegrationsforIoTDeviceManagement.Client.exceptions.ConflictException
ManagedintegrationsforIoTDeviceManagement.Client.exceptions.ServiceUnavailableException
ManagedintegrationsforIoTDeviceManagement.Client.exceptions.ResourceNotFoundException
ManagedintegrationsforIoTDeviceManagement.Client.exceptions.ThrottlingException