Amplify.Client.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.BadRequestExceptionAmplify.Client.exceptions.UnauthorizedExceptionAmplify.Client.exceptions.InternalFailureExceptionAmplify.Client.exceptions.NotFoundExceptionAmplify.Client.exceptions.LimitExceededException