Class: Aws::MediaConnect::Types::NotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::NotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3107 3108 3109 3110 3111 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 3107 class NotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |