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

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

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>)


7973
7974
7975
7976
7977
7978
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 7973

class JobMessages < Struct.new(
  :info,
  :warning)
  SENSITIVE = []
  include Aws::Structure
end

#warningArray<String>

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

Returns:

  • (Array<String>)


7973
7974
7975
7976
7977
7978
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 7973

class JobMessages < Struct.new(
  :info,
  :warning)
  SENSITIVE = []
  include Aws::Structure
end