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

Class: Aws::CodeArtifact::Types::PackageVersionError

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

Overview

An error associated with package.

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

The error code associated with the error. Valid error codes are:

  • ALREADY_EXISTS

  • MISMATCHED_REVISION

  • MISMATCHED_STATUS

  • NOT_ALLOWED

  • NOT_FOUND

  • SKIPPED

    Possible values:

    • ALREADY_EXISTS
    • MISMATCHED_REVISION
    • MISMATCHED_STATUS
    • NOT_ALLOWED
    • NOT_FOUND
    • SKIPPED

Returns:

  • (String)

    The error code associated with the error.

#error_messageString

The error message associated with the error.

Returns:

  • (String)

    The error message associated with the error.