You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CodeArtifact::Types::CopyPackageVersionsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeArtifact::Types::CopyPackageVersionsResult
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#failed_versions ⇒ Hash<String,Types::PackageVersionError>
A map of package versions that failed to copy and their error codes.
-
#successful_versions ⇒ Hash<String,Types::SuccessfulPackageVersionInfo>
A list of the package versions that were successfully copied to your repository.
Instance Attribute Details
#failed_versions ⇒ Hash<String,Types::PackageVersionError>
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
#successful_versions ⇒ Hash<String,Types::SuccessfulPackageVersionInfo>
A list of the package versions that were successfully copied to your repository.