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
10478 10479 10480 10481 10482 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 10478 class NotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |