Bedrock / Client / delete_prompt_router
delete_prompt_router¶
- Bedrock.Client.delete_prompt_router(**kwargs)¶
Deletes a specified prompt router. This action cannot be undone.
See also: AWS API Documentation
Request Syntax
response = client.delete_prompt_router( promptRouterArn='string' )
- Parameters:
promptRouterArn (string) –
[REQUIRED]
The Amazon Resource Name (ARN) of the prompt router to delete.
- 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