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.
16955 16956 16957 16958 16959 |
# File 'lib/aws-sdk-medialive/types.rb', line 16955 class NotFoundExceptionResponseContent < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |