DevOpsAgentService / Client / delete_trigger
delete_trigger¶
- DevOpsAgentService.Client.delete_trigger(**kwargs)¶
Deletes a Trigger from the specified agent space
See also: AWS API Documentation
Request Syntax
response = client.delete_trigger( agentSpaceId='string', triggerId='string' )
- Parameters:
agentSpaceId (string) –
[REQUIRED]
The unique identifier for the agent space containing the Trigger
triggerId (string) –
[REQUIRED]
The unique identifier of the Trigger to delete
- Return type:
dict
- Returns:
Response Syntax
{}Response Structure
(dict) –
Response structure for deleting a Trigger
Exceptions
DevOpsAgentService.Client.exceptions.ValidationExceptionDevOpsAgentService.Client.exceptions.ContentSizeExceededExceptionDevOpsAgentService.Client.exceptions.ServiceQuotaExceededExceptionDevOpsAgentService.Client.exceptions.ConflictExceptionDevOpsAgentService.Client.exceptions.InternalServerExceptionDevOpsAgentService.Client.exceptions.AccessDeniedExceptionDevOpsAgentService.Client.exceptions.ResourceNotFoundExceptionDevOpsAgentService.Client.exceptions.ThrottlingExceptionDevOpsAgentService.Client.exceptions.InvalidParameterException