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

Class: Aws::DataExchange::Types::JobError

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

Overview

An error that occurred with the job request.

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

The code for the job error.

Possible values:

  • ACCESS_DENIED_EXCEPTION
  • INTERNAL_SERVER_EXCEPTION
  • MALWARE_DETECTED
  • RESOURCE_NOT_FOUND_EXCEPTION
  • SERVICE_QUOTA_EXCEEDED_EXCEPTION
  • VALIDATION_EXCEPTION
  • MALWARE_SCAN_ENCRYPTED_FILE

Returns:

  • (String)

    The code for the job error.

#detailsTypes::Details

Returns:

#limit_nameString

The name of the limit that was reached.

Possible values:

  • Assets per revision
  • Asset size in GB

Returns:

  • (String)

    The name of the limit that was reached.

#limit_valueFloat

The value of the exceeded limit.

Returns:

  • (Float)

    The value of the exceeded limit.

#messageString

The message related to the job error.

Returns:

  • (String)

    The message related to the job error.

#resource_idString

The unique identifier for the resource related to the error.

Returns:

  • (String)

    The unique identifier for the resource related to the error.

#resource_typeString

The type of resource related to the error.

Possible values:

  • REVISION
  • ASSET

Returns:

  • (String)

    The type of resource related to the error.