Class: Aws::MediaConvert::Types::NotFoundException

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


10814
10815
10816
10817
10818
# File 'lib/aws-sdk-mediaconvert/types.rb', line 10814

class NotFoundException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end