Bedrock / Client / delete_resource_policy
delete_resource_policy¶
- Bedrock.Client.delete_resource_policy(**kwargs)¶
Deletes a previously created Bedrock resource policy.
See also: AWS API Documentation
Request Syntax
response = client.delete_resource_policy( resourceArn='string' )
- Parameters:
resourceArn (string) –
[REQUIRED]
The ARN of the Bedrock resource to which this resource policy applies.
- Return type:
dict
- Returns:
Response Syntax
{}Response Structure
(dict) –
Exceptions
Bedrock.Client.exceptions.ResourceNotFoundExceptionBedrock.Client.exceptions.AccessDeniedExceptionBedrock.Client.exceptions.ValidationExceptionBedrock.Client.exceptions.InternalServerExceptionBedrock.Client.exceptions.ThrottlingException