DevOpsAgentService / Client / delete_private_connection
delete_private_connection¶
- DevOpsAgentService.Client.delete_private_connection(**kwargs)¶
Deletes a Private Connection. The deletion is asynchronous and returns DELETE_IN_PROGRESS status.
See also: AWS API Documentation
Request Syntax
response = client.delete_private_connection( name='string' )
- Parameters:
name (string) –
[REQUIRED]
The name of the Private Connection.
- Return type:
dict
- Returns:
Response Syntax
{ 'name': 'string', 'status': 'ACTIVE'|'CREATE_IN_PROGRESS'|'CREATE_FAILED'|'DELETE_IN_PROGRESS'|'DELETE_FAILED' }
Response Structure
(dict) –
Output containing the status of the Private Connection deletion.
name (string) –
The name of the Private Connection.
status (string) –
The status of the Private Connection.
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