Bedrock / Client / delete_foundation_model_agreement
delete_foundation_model_agreement¶
- Bedrock.Client.delete_foundation_model_agreement(**kwargs)¶
Delete the model access agreement for the specified model.
See also: AWS API Documentation
Request Syntax
response = client.delete_foundation_model_agreement( modelId='string' )
- Parameters:
modelId (string) –
[REQUIRED]
Model Id of the model access to delete.
- Return type:
dict
- Returns:
Response Syntax
{}Response Structure
(dict) –
Exceptions
Bedrock.Client.exceptions.ResourceNotFoundExceptionBedrock.Client.exceptions.AccessDeniedExceptionBedrock.Client.exceptions.ValidationExceptionBedrock.Client.exceptions.ConflictExceptionBedrock.Client.exceptions.InternalServerExceptionBedrock.Client.exceptions.ThrottlingException