| Package | Description |
|---|---|
| com.amazonaws.services.ecr.model |
| Modifier and Type | Class and Description |
|---|---|
class |
EmptyUploadException
The specified layer upload does not contain any layer parts.
|
class |
ImageAlreadyExistsException
The specified image has already been pushed, and there were no changes to the manifest or image tag after the last
push.
|
class |
ImageDigestDoesNotMatchException
The specified image digest does not match the digest that Amazon ECR calculated for the image.
|
class |
ImageNotFoundException
The image requested does not exist in the specified repository.
|
class |
ImageTagAlreadyExistsException
The specified image is tagged with a tag that already exists.
|
class |
InvalidLayerException
The layer digest calculation performed by Amazon ECR upon receipt of the image layer does not match the digest
specified.
|
class |
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.
|
class |
InvalidParameterException
The specified parameter is invalid.
|
class |
InvalidTagParameterException
An invalid parameter has been specified.
|
class |
KmsException
The operation failed due to a KMS exception.
|
class |
LayerAlreadyExistsException
The image layer already exists in the associated repository.
|
class |
LayerInaccessibleException
The specified layer is not available because it is not associated with an image.
|
class |
LayerPartTooSmallException
Layer parts must be at least 5 MiB in size.
|
class |
LayersNotFoundException
The specified layers could not be found, or the specified layer is not valid for this repository.
|
class |
LifecyclePolicyNotFoundException
The lifecycle policy could not be found, and no policy is set to the repository.
|
class |
LifecyclePolicyPreviewInProgressException
The previous lifecycle policy preview request has not completed.
|
class |
LifecyclePolicyPreviewNotFoundException
There is no dry run for this repository.
|
class |
LimitExceededException
The operation did not succeed because it would have exceeded a service limit for your account.
|
class |
ReferencedImagesNotFoundException
The manifest list is referencing an image that does not exist.
|
class |
RegistryPolicyNotFoundException
The registry doesn't have an associated registry policy.
|
class |
RepositoryAlreadyExistsException
The specified repository already exists in the specified registry.
|
class |
RepositoryNotEmptyException
The specified repository contains images.
|
class |
RepositoryNotFoundException
The specified repository could not be found.
|
class |
RepositoryPolicyNotFoundException
The specified repository and registry combination does not have an associated repository policy.
|
class |
ScanNotFoundException
The specified image scan could not be found.
|
class |
ServerException
These errors are usually caused by a server-side issue.
|
class |
TooManyTagsException
The list of tags on the repository is over the limit.
|
class |
UnsupportedImageTypeException
The image is of a type that cannot be scanned.
|
class |
UploadNotFoundException
The upload could not be found, or the specified upload ID is not valid for this repository.
|
class |
ValidationException
There was an exception validating this request.
|
Copyright © 2021. All rights reserved.