Class: Aws::MediaConvert::Types::NotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::NotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconvert/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
10905 10906 10907 10908 10909 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 10905 class NotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |