class Aws::CodeArtifact::Types::CopyPackageVersionsResult

@!attribute [rw] successful_versions

A list of the package versions that were successfully copied to your
repository.
@return [Hash<String,Types::SuccessfulPackageVersionInfo>]

@!attribute [rw] failed_versions

A map of package versions that failed to copy and their error codes.
The possible error codes are in the `PackageVersionError` data type.
They are:

* `ALREADY_EXISTS`

* `MISMATCHED_REVISION`

* `MISMATCHED_STATUS`

* `NOT_ALLOWED`

* `NOT_FOUND`

* `SKIPPED`
@return [Hash<String,Types::PackageVersionError>]

@see docs.aws.amazon.com/goto/WebAPI/codeartifact-2018-09-22/CopyPackageVersionsResult AWS API Documentation

Constants

SENSITIVE