Class: Aws::MediaConvert::Types::WarningGroup

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mediaconvert/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

Instance Attribute Details

#codeInteger

Warning code that identifies a specific warning in the job. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/warning_codes.html

Returns:

  • (Integer)


15023
15024
15025
15026
15027
15028
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 15023

class WarningGroup < Struct.new(
  :code,
  :count)
  SENSITIVE = []
  include Aws::Structure
end

#countInteger

The number of times this warning occurred in the job.

Returns:

  • (Integer)


15023
15024
15025
15026
15027
15028
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 15023

class WarningGroup < Struct.new(
  :code,
  :count)
  SENSITIVE = []
  include Aws::Structure
end