You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CodeArtifact::Types::DeletePackageVersionsResult

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#failed_versionsHash<String,Types::PackageVersionError>

A PackageVersionError object that contains a map of errors codes for the deleted package that failed. The possible error codes are:

  • ALREADY_EXISTS

  • MISMATCHED_REVISION

  • MISMATCHED_STATUS

  • NOT_ALLOWED

  • NOT_FOUND

  • SKIPPED

Returns:

  • (Hash<String,Types::PackageVersionError>)

    A PackageVersionError object that contains a map of errors codes for the deleted package that failed.

#successful_versionsHash<String,Types::SuccessfulPackageVersionInfo>

A list of the package versions that were successfully deleted.

Returns: