delete_resource_policy(**kwargs)¶Deletes a resource policy for the specified resource. This revokes the access of the principals specified in the resource policy.
See also: AWS API Documentation
Request Syntax
response = client.delete_resource_policy(
ResourceArn='string'
)
[REQUIRED]
The ARN of the policy to delete.
{}
Response Structure
Exceptions
NetworkManager.Client.exceptions.ValidationExceptionNetworkManager.Client.exceptions.AccessDeniedExceptionNetworkManager.Client.exceptions.ConflictExceptionNetworkManager.Client.exceptions.ThrottlingExceptionNetworkManager.Client.exceptions.InternalServerException