Class: Aws::CodeArtifact::Types::DisposePackageVersionsResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#failed_versionsHash<String,Types::PackageVersionError>

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

  • ALREADY_EXISTS

  • MISMATCHED_REVISION

  • MISMATCHED_STATUS

  • NOT_ALLOWED

  • NOT_FOUND

  • SKIPPED

Returns:



1275
1276
1277
1278
1279
1280
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 1275

class DisposePackageVersionsResult < Struct.new(
  :successful_versions,
  :failed_versions)
  SENSITIVE = []
  include Aws::Structure
end

#successful_versionsHash<String,Types::SuccessfulPackageVersionInfo>

A list of the package versions that were successfully disposed.

Returns:



1275
1276
1277
1278
1279
1280
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 1275

class DisposePackageVersionsResult < Struct.new(
  :successful_versions,
  :failed_versions)
  SENSITIVE = []
  include Aws::Structure
end