ManagedintegrationsforIoTDeviceManagement / Client / deregister_account_association
deregister_account_association¶
- ManagedintegrationsforIoTDeviceManagement.Client.deregister_account_association(**kwargs)¶
Deregisters an account association, removing the connection between a managed thing and a third-party account.
See also: AWS API Documentation
Request Syntax
response = client.deregister_account_association( ManagedThingId='string', AccountAssociationId='string' )
- Parameters:
ManagedThingId (string) –
[REQUIRED]
The identifier of the managed thing to be deregistered from the account association.
AccountAssociationId (string) –
[REQUIRED]
The unique identifier of the account association to be deregistered.
- Returns:
None
Exceptions
ManagedintegrationsforIoTDeviceManagement.Client.exceptions.AccessDeniedException
ManagedintegrationsforIoTDeviceManagement.Client.exceptions.ValidationException
ManagedintegrationsforIoTDeviceManagement.Client.exceptions.InternalServerException
ManagedintegrationsforIoTDeviceManagement.Client.exceptions.ThrottlingException
ManagedintegrationsforIoTDeviceManagement.Client.exceptions.ResourceNotFoundException