Class: Aws::MediaConnect::Types::NotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::NotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
One or more of the resources in the request does not exist in the system.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
5182 5183 5184 5185 5186 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 5182 class NotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |