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.
5441 5442 5443 5444 5445 |
# File 'lib/aws-sdk-appstream/types.rb', line 5441 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |