IoT / Client / remove_thing_from_billing_group

remove_thing_from_billing_group#

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'
)
Parameters:
  • billingGroupName (string) – The name of the billing group.

  • billingGroupArn (string) – The ARN of the billing group.

  • thingName (string) – The name of the thing to be removed from the billing group.

  • thingArn (string) – The ARN of the thing to be removed from the billing group.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • IoT.Client.exceptions.InvalidRequestException

  • IoT.Client.exceptions.ThrottlingException

  • IoT.Client.exceptions.InternalFailureException

  • IoT.Client.exceptions.ResourceNotFoundException