Class: Aws::MediaConvert::Types::JobMessages
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::JobMessages
- 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
-
#info ⇒ Array<String>
List of messages that are informational only and don't indicate a problem with your job.
-
#warning ⇒ Array<String>
List of messages that warn about conditions that might cause your job not to run or to fail.
Instance Attribute Details
#info ⇒ Array<String>
List of messages that are informational only and don't indicate a problem with your job.
8846 8847 8848 8849 8850 8851 |
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 8846 class JobMessages < Struct.new( :info, :warning) SENSITIVE = [] include Aws::Structure end |
#warning ⇒ Array<String>
List of messages that warn about conditions that might cause your job not to run or to fail.
8846 8847 8848 8849 8850 8851 |
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 8846 class JobMessages < Struct.new( :info, :warning) SENSITIVE = [] include Aws::Structure end |