Class: Aws::MediaLive::Types::NotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::NotFoundException
- Defined in:
- gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
10011 10012 10013 10014 10015 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 10011 class NotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |