Class: Aws::MediaLive::Types::NotFoundExceptionResponseContent
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::NotFoundExceptionResponseContent
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
Request references a resource which does not exist.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
Exception error message.
Instance Attribute Details
#message ⇒ String
Exception error message.
16350 16351 16352 16353 16354 |
# File 'lib/aws-sdk-medialive/types.rb', line 16350 class NotFoundExceptionResponseContent < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |