IoT.Client.
remove_thing_from_billing_group
(**kwargs)¶Removes the given thing from the billing group.
Requires permission to access the RemoveThingFromBillingGroup action.
Note
This call is asynchronous. It might take several seconds for the detachment to propagate.
See also: AWS API Documentation
Request Syntax
response = client.remove_thing_from_billing_group(
billingGroupName='string',
billingGroupArn='string',
thingName='string',
thingArn='string'
)
dict
Response Syntax
{}
Response Structure
Exceptions
IoT.Client.exceptions.InvalidRequestException
IoT.Client.exceptions.ThrottlingException
IoT.Client.exceptions.InternalFailureException
IoT.Client.exceptions.ResourceNotFoundException