Exception | Description |
---|---|
AmazonECRException |
Base exception for all service exceptions thrown by Amazon EC2 Container Registry
|
EmptyUploadException |
The specified layer upload does not contain any layer parts.
|
ImageAlreadyExistsException |
The specified image has already been pushed, and there were no changes to the manifest or image tag after the last
push.
|
ImageDigestDoesNotMatchException |
The specified image digest does not match the digest that Amazon ECR calculated for the image.
|
ImageNotFoundException |
The image requested does not exist in the specified repository.
|
ImageTagAlreadyExistsException |
The specified image is tagged with a tag that already exists.
|
InvalidLayerException |
The layer digest calculation performed by Amazon ECR upon receipt of the image layer does not match the digest
specified.
|
InvalidLayerPartException |
The layer part size is not valid, or the first byte specified is not consecutive to the last byte of a previous layer
part upload.
|
InvalidParameterException |
The specified parameter is invalid.
|
InvalidTagParameterException |
An invalid parameter has been specified.
|
KmsException |
The operation failed due to a KMS exception.
|
LayerAlreadyExistsException |
The image layer already exists in the associated repository.
|
LayerInaccessibleException |
The specified layer is not available because it is not associated with an image.
|
LayerPartTooSmallException |
Layer parts must be at least 5 MiB in size.
|
LayersNotFoundException |
The specified layers could not be found, or the specified layer is not valid for this repository.
|
LifecyclePolicyNotFoundException |
The lifecycle policy could not be found, and no policy is set to the repository.
|
LifecyclePolicyPreviewInProgressException |
The previous lifecycle policy preview request has not completed.
|
LifecyclePolicyPreviewNotFoundException |
There is no dry run for this repository.
|
LimitExceededException |
The operation did not succeed because it would have exceeded a service limit for your account.
|
PullThroughCacheRuleAlreadyExistsException |
A pull through cache rule with these settings already exists for the private registry.
|
PullThroughCacheRuleNotFoundException |
The pull through cache rule was not found.
|
ReferencedImagesNotFoundException |
The manifest list is referencing an image that does not exist.
|
RegistryPolicyNotFoundException |
The registry doesn't have an associated registry policy.
|
RepositoryAlreadyExistsException |
The specified repository already exists in the specified registry.
|
RepositoryNotEmptyException |
The specified repository contains images.
|
RepositoryNotFoundException |
The specified repository could not be found.
|
RepositoryPolicyNotFoundException |
The specified repository and registry combination does not have an associated repository policy.
|
ScanNotFoundException |
The specified image scan could not be found.
|
SecretNotFoundException |
The ARN of the secret specified in the pull through cache rule was not found.
|
ServerException |
These errors are usually caused by a server-side issue.
|
TemplateAlreadyExistsException |
The repository creation template already exists.
|
TemplateNotFoundException |
The specified repository creation template can't be found.
|
TooManyTagsException |
The list of tags on the repository is over the limit.
|
UnableToAccessSecretException |
The secret is unable to be accessed.
|
UnableToDecryptSecretValueException |
The secret is accessible but is unable to be decrypted.
|
UnableToGetUpstreamImageException |
The image or images were unable to be pulled using the pull through cache rule.
|
UnableToGetUpstreamLayerException |
There was an issue getting the upstream layer matching the pull through cache rule.
|
UnsupportedImageTypeException |
The image is of a type that cannot be scanned.
|
UnsupportedUpstreamRegistryException |
The specified upstream registry isn't supported.
|
UploadNotFoundException |
The upload could not be found, or the specified upload ID is not valid for this repository.
|
ValidationException |
There was an exception validating this request.
|