describe_billing_group
(**kwargs)¶Returns information about a billing group.
Requires permission to access the DescribeBillingGroup action.
See also: AWS API Documentation
Request Syntax
response = client.describe_billing_group(
billingGroupName='string'
)
[REQUIRED]
The name of the billing group.
{
'billingGroupName': 'string',
'billingGroupId': 'string',
'billingGroupArn': 'string',
'version': 123,
'billingGroupProperties': {
'billingGroupDescription': 'string'
},
'billingGroupMetadata': {
'creationDate': datetime(2015, 1, 1)
}
}
Response Structure
The name of the billing group.
The ID of the billing group.
The ARN of the billing group.
The version of the billing group.
The properties of the billing group.
The description of the billing group.
Additional information about the billing group.
The date the billing group was created.
Exceptions
IoT.Client.exceptions.InvalidRequestException
IoT.Client.exceptions.ThrottlingException
IoT.Client.exceptions.InternalFailureException
IoT.Client.exceptions.ResourceNotFoundException