CodeCatalyst / Client / delete_dev_environment
delete_dev_environment#
- CodeCatalyst.Client.delete_dev_environment(**kwargs)#
Deletes a Dev Environment.
See also: AWS API Documentation
Request Syntax
response = client.delete_dev_environment( spaceName='string', projectName='string', id='string' )
- Parameters:
spaceName (string) –
[REQUIRED]
The name of the space.
projectName (string) –
[REQUIRED]
The name of the project in the space.
id (string) –
[REQUIRED]
The system-generated unique ID of the Dev Environment you want to delete. To retrieve a list of Dev Environment IDs, use ListDevEnvironments.
- Return type:
dict
- Returns:
Response Syntax
{ 'spaceName': 'string', 'projectName': 'string', 'id': 'string' }
Response Structure
(dict) –
spaceName (string) –
The name of the space.
projectName (string) –
The name of the project in the space.
id (string) –
The system-generated unique ID of the deleted Dev Environment.
Exceptions
CodeCatalyst.Client.exceptions.ThrottlingException
CodeCatalyst.Client.exceptions.ConflictException
CodeCatalyst.Client.exceptions.ValidationException
CodeCatalyst.Client.exceptions.ServiceQuotaExceededException
CodeCatalyst.Client.exceptions.ResourceNotFoundException
CodeCatalyst.Client.exceptions.AccessDeniedException