stop_dev_environment_session
(**kwargs)¶Stops a session for a specified Dev Environment.
See also: AWS API Documentation
Request Syntax
response = client.stop_dev_environment_session(
spaceName='string',
projectName='string',
id='string',
sessionId='string'
)
[REQUIRED]
The name of the space.
[REQUIRED]
The name of the project in the space.
[REQUIRED]
The system-generated unique ID of the Dev Environment. To obtain this ID, use ListDevEnvironments.
[REQUIRED]
The system-generated unique ID of the Dev Environment session. This ID is returned by StartDevEnvironmentSession.
dict
Response Syntax
{
'spaceName': 'string',
'projectName': 'string',
'id': 'string',
'sessionId': '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 Dev Environment.
sessionId (string) --
The system-generated unique ID of the Dev Environment session.
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