DevOpsAgentService / Client / disassociate_service
disassociate_service¶
- DevOpsAgentService.Client.disassociate_service(**kwargs)¶
Deletes a specific service association from an AgentSpace. This operation is idempotent and returns a 204 No Content response on success.
See also: AWS API Documentation
Request Syntax
response = client.disassociate_service( agentSpaceId='string', associationId='string' )
- Parameters:
agentSpaceId (string) –
[REQUIRED]
The unique identifier of the AgentSpace
associationId (string) –
[REQUIRED]
The unique identifier of the given association.
- Return type:
dict
- Returns:
Response Syntax
{}Response Structure
(dict) –
Empty output for successful service disassociation.
Exceptions
DevOpsAgentService.Client.exceptions.ContentSizeExceededExceptionDevOpsAgentService.Client.exceptions.ServiceQuotaExceededExceptionDevOpsAgentService.Client.exceptions.InternalServerExceptionDevOpsAgentService.Client.exceptions.ResourceNotFoundExceptionDevOpsAgentService.Client.exceptions.InvalidParameterException