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.
8185 8186 8187 8188 8189 8190 |
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 8185 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.
8185 8186 8187 8188 8189 8190 |
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 8185 class JobMessages < Struct.new( :info, :warning) SENSITIVE = [] include Aws::Structure end |