Class: Aws::MediaConvert::Types::WarningGroup
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::WarningGroup
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconvert/types.rb
Overview
Contains any warning codes and their count for the job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code ⇒ Integer
Warning code that identifies a specific warning in the job.
-
#count ⇒ Integer
The number of times this warning occurred in the job.
Instance Attribute Details
#code ⇒ Integer
Warning code that identifies a specific warning in the job. For more information, see docs.aws.amazon.com/mediaconvert/latest/ug/warning_codes.html
13858 13859 13860 13861 13862 13863 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 13858 class WarningGroup < Struct.new( :code, :count) SENSITIVE = [] include Aws::Structure end |
#count ⇒ Integer
The number of times this warning occurred in the job.
13858 13859 13860 13861 13862 13863 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 13858 class WarningGroup < Struct.new( :code, :count) SENSITIVE = [] include Aws::Structure end |