Class: Aws::AppStream::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appstream/types.rb
Overview
The specified resource was not found.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The error message in the exception.
Instance Attribute Details
#message ⇒ String
The error message in the exception.
4318 4319 4320 4321 4322 |
# File 'lib/aws-sdk-appstream/types.rb', line 4318 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |