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
11015 11016 11017 11018 11019 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 11015 class NotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |