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.ValidationExceptionManagedintegrationsforIoTDeviceManagement.Client.exceptions.AccessDeniedExceptionManagedintegrationsforIoTDeviceManagement.Client.exceptions.InternalServerExceptionManagedintegrationsforIoTDeviceManagement.Client.exceptions.ConflictExceptionManagedintegrationsforIoTDeviceManagement.Client.exceptions.ServiceUnavailableExceptionManagedintegrationsforIoTDeviceManagement.Client.exceptions.ResourceNotFoundExceptionManagedintegrationsforIoTDeviceManagement.Client.exceptions.ThrottlingException