Class: Aws::ElasticTranscoder::Types::CreatePresetResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-elastictranscoder/types.rb

Overview

The ‘CreatePresetResponse` structure.

Instance Attribute Summary collapse

Instance Attribute Details

#presetTypes::Preset

A section of the response body that provides information about the preset that is created.

Returns:



1881
1882
1883
1884
1885
# File 'lib/aws-sdk-elastictranscoder/types.rb', line 1881

class CreatePresetResponse < Struct.new(
  :preset,
  :warning)
  include Aws::Structure
end

#warningString

If the preset settings don’t comply with the standards for the video codec but Elastic Transcoder created the preset, this message explains the reason the preset settings don’t meet the standard. Elastic Transcoder created the preset because the settings might produce acceptable output.

Returns:

  • (String)


1881
1882
1883
1884
1885
# File 'lib/aws-sdk-elastictranscoder/types.rb', line 1881

class CreatePresetResponse < Struct.new(
  :preset,
  :warning)
  include Aws::Structure
end