AgentsforBedrock / Client / disassociate_agent_collaborator

disassociate_agent_collaborator#

AgentsforBedrock.Client.disassociate_agent_collaborator(**kwargs)#

Disassociates an agent collaborator.

See also: AWS API Documentation

Request Syntax

response = client.disassociate_agent_collaborator(
    agentId='string',
    agentVersion='string',
    collaboratorId='string'
)
Parameters:
  • agentId (string) –

    [REQUIRED]

    An agent ID.

  • agentVersion (string) –

    [REQUIRED]

    The agent’s version.

  • collaboratorId (string) –

    [REQUIRED]

    The collaborator’s ID.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • AgentsforBedrock.Client.exceptions.ThrottlingException

  • AgentsforBedrock.Client.exceptions.AccessDeniedException

  • AgentsforBedrock.Client.exceptions.ValidationException

  • AgentsforBedrock.Client.exceptions.InternalServerException

  • AgentsforBedrock.Client.exceptions.ResourceNotFoundException

  • AgentsforBedrock.Client.exceptions.ConflictException