IoT.Client.
update_billing_group
(**kwargs)¶Updates information about the billing group.
Requires permission to access the UpdateBillingGroup action.
See also: AWS API Documentation
Request Syntax
response = client.update_billing_group(
billingGroupName='string',
billingGroupProperties={
'billingGroupDescription': 'string'
},
expectedVersion=123
)
[REQUIRED]
The name of the billing group.
[REQUIRED]
The properties of the billing group.
The description of the billing group.
UpdateBillingGroup
request is rejected with a VersionConflictException
.dict
Response Syntax
{
'version': 123
}
Response Structure
(dict) --
version (integer) --
The latest version of the billing group.
Exceptions
IoT.Client.exceptions.InvalidRequestException
IoT.Client.exceptions.VersionConflictException
IoT.Client.exceptions.ThrottlingException
IoT.Client.exceptions.InternalFailureException
IoT.Client.exceptions.ResourceNotFoundException