CodeBuild / Client / delete_resource_policy
delete_resource_policy#
- CodeBuild.Client.delete_resource_policy(**kwargs)#
 Deletes a resource policy that is identified by its resource ARN.
See also: AWS API Documentation
Request Syntax
response = client.delete_resource_policy( resourceArn='string' )
- Parameters:
 resourceArn (string) –
[REQUIRED]
The ARN of the resource that is associated with the resource policy.
- Return type:
 dict
- Returns:
 Response Syntax
{}Response Structure
(dict) –
Exceptions
CodeBuild.Client.exceptions.InvalidInputException