DevOpsAgentService / Client / disable_operator_app

disable_operator_app

DevOpsAgentService.Client.disable_operator_app(**kwargs)

Disable the Operator App for the specified AgentSpace

See also: AWS API Documentation

Request Syntax

response = client.disable_operator_app(
    agentSpaceId='string',
    authFlow='iam'|'idc'|'idp'
)
Parameters:
  • agentSpaceId (string) –

    [REQUIRED]

    The unique identifier of the AgentSpace

  • authFlow (string) – The authentication flow configured for the operator App. e.g. idc

Returns:

None

Exceptions

  • DevOpsAgentService.Client.exceptions.ValidationException

  • DevOpsAgentService.Client.exceptions.IdentityCenterServiceException

  • DevOpsAgentService.Client.exceptions.ContentSizeExceededException

  • DevOpsAgentService.Client.exceptions.ServiceQuotaExceededException

  • DevOpsAgentService.Client.exceptions.ConflictException

  • DevOpsAgentService.Client.exceptions.InternalServerException

  • DevOpsAgentService.Client.exceptions.AccessDeniedException

  • DevOpsAgentService.Client.exceptions.ThrottlingException

  • DevOpsAgentService.Client.exceptions.ResourceNotFoundException

  • DevOpsAgentService.Client.exceptions.InvalidParameterException