SecurityAgent / Client / delete_artifact
delete_artifact¶
- SecurityAgent.Client.delete_artifact(**kwargs)¶
Deletes an artifact from an agent space.
See also: AWS API Documentation
Request Syntax
response = client.delete_artifact( agentSpaceId='string', artifactId='string' )
- Parameters:
agentSpaceId (string) –
[REQUIRED]
The unique identifier of the agent space that contains the artifact.
artifactId (string) –
[REQUIRED]
The unique identifier of the artifact to delete.
- Return type:
dict
- Returns:
Response Syntax
{}Response Structure
(dict) –
Exceptions
SecurityAgent.Client.exceptions.ResourceNotFoundExceptionSecurityAgent.Client.exceptions.InternalServerExceptionSecurityAgent.Client.exceptions.ValidationExceptionSecurityAgent.Client.exceptions.ThrottlingExceptionSecurityAgent.Client.exceptions.AccessDeniedException