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.
5428 5429 5430 5431 5432 |
# File 'lib/aws-sdk-appstream/types.rb', line 5428 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |