delete_app
(**kwargs)¶Deletes the instance of the given custom app.
See also: AWS API Documentation
Request Syntax
response = client.delete_app(
App='string',
Domain='string',
Simulation='string'
)
[REQUIRED]
The name of the app.
[REQUIRED]
The name of the domain of the app.
[REQUIRED]
The name of the simulation of the app.
dict
Response Syntax
{}
Response Structure
Exceptions
SimSpaceWeaver.Client.exceptions.ResourceNotFoundException
SimSpaceWeaver.Client.exceptions.InternalServerException
SimSpaceWeaver.Client.exceptions.AccessDeniedException
SimSpaceWeaver.Client.exceptions.ValidationException
SimSpaceWeaver.Client.exceptions.ConflictException