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

Class: Aws::ImportExport::Types::UpdateJobOutput

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

Overview

Output structure for the UpateJob operation.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#artifact_listArray<Types::Artifact>

A collection of artifacts.

Returns:

#successBoolean

Specifies whether (true) or not (false) AWS Import/Export updated your job.

Returns:

  • (Boolean)

    Specifies whether (true) or not (false) AWS Import/Export updated your job.

#warning_messageString

An optional message notifying you of non-fatal issues with the job, such as use of an incompatible Amazon S3 bucket name.

Returns:

  • (String)

    An optional message notifying you of non-fatal issues with the job, such as use of an incompatible Amazon S3 bucket name.