IoTWireless / Client / disassociate_aws_account_from_partner_account
disassociate_aws_account_from_partner_account#
- IoTWireless.Client.disassociate_aws_account_from_partner_account(**kwargs)#
Disassociates your AWS account from a partner account. If
PartnerAccountId
andPartnerType
arenull
, disassociates your AWS account from all partner accounts.See also: AWS API Documentation
Request Syntax
response = client.disassociate_aws_account_from_partner_account( PartnerAccountId='string', PartnerType='Sidewalk' )
- Parameters:
PartnerAccountId (string) –
[REQUIRED]
The partner account ID to disassociate from the AWS account.
PartnerType (string) –
[REQUIRED]
The partner type.
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions
IoTWireless.Client.exceptions.ValidationException
IoTWireless.Client.exceptions.ResourceNotFoundException
IoTWireless.Client.exceptions.InternalServerException
IoTWireless.Client.exceptions.ThrottlingException