Bedrock / Client / delete_enforced_guardrail_configuration
delete_enforced_guardrail_configuration¶
- Bedrock.Client.delete_enforced_guardrail_configuration(**kwargs)¶
Deletes the account-level enforced guardrail configuration.
See also: AWS API Documentation
Request Syntax
response = client.delete_enforced_guardrail_configuration( configId='string' )
- Parameters:
configId (string) –
[REQUIRED]
Unique ID for the account enforced configuration.
- 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