Class: Aws::MediaPackageVod::Types::NotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackageVod::Types::NotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediapackagevod/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1287 1288 1289 1290 1291 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 1287 class NotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |