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

Class: Aws::MediaConvert::Types::JobMessages

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

Overview

Provides messages from the service about jobs that you have already successfully submitted.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#infoArray<String>

List of messages that are informational only and don\'t indicate a problem with your job.

Returns:

  • (Array<String>)

    List of messages that are informational only and don\'t indicate a problem with your job.

#warningArray<String>

List of messages that warn about conditions that might cause your job not to run or to fail.

Returns:

  • (Array<String>)

    List of messages that warn about conditions that might cause your job not to run or to fail.