Billing / Client / delete_billing_view
delete_billing_view#
- Billing.Client.delete_billing_view(**kwargs)#
Deletes the specified billing view.
See also: AWS API Documentation
Request Syntax
response = client.delete_billing_view( arn='string' )
- Parameters:
arn (string) –
[REQUIRED]
The Amazon Resource Name (ARN) that can be used to uniquely identify the billing view.
- Return type:
dict
- Returns:
Response Syntax
{ 'arn': 'string' }
Response Structure
(dict) –
arn (string) –
The Amazon Resource Name (ARN) that can be used to uniquely identify the billing view.
Exceptions