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
11222 11223 11224 11225 11226 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 11222 class NotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |