Class: Aws::AppStream::Types::ResourceNotAvailableException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::ResourceNotAvailableException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appstream/types.rb
Overview
The specified resource exists and is not in use, but isn’t available.
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.
4304 4305 4306 4307 4308 |
# File 'lib/aws-sdk-appstream/types.rb', line 4304 class ResourceNotAvailableException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |