SecurityAgent / Client / delete_artifact
delete_artifact¶
- SecurityAgent.Client.delete_artifact(**kwargs)¶
Delete an Artifact from the given agent space
See also: AWS API Documentation
Request Syntax
response = client.delete_artifact( agentSpaceId='string', artifactId='string' )
- Parameters:
agentSpaceId (string) –
[REQUIRED]
Unique identifier of the agent space
artifactId (string) –
[REQUIRED]
Unique identifier of the artifact
- 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