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
10860 10861 10862 10863 10864 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 10860 class NotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |