get_artifact_url
(**kwargs)¶Returns the artifact info that corresponds to an artifact id.
See also: AWS API Documentation
Request Syntax
response = client.get_artifact_url(
artifactId='string'
)
[REQUIRED]
The unique ID for an artifact.
{
'artifactId': 'string',
'artifactUrl': 'string'
}
Response Structure
Returns the result structure for the get artifact request.
The unique ID for an artifact.
The presigned URL for the artifact.
Exceptions
Amplify.Client.exceptions.BadRequestException
Amplify.Client.exceptions.UnauthorizedException
Amplify.Client.exceptions.InternalFailureException
Amplify.Client.exceptions.NotFoundException
Amplify.Client.exceptions.LimitExceededException