Class: Aws::AppStream::Types::ResourceNotAvailableException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::ResourceNotAvailableException
- Defined in:
- gems/aws-sdk-appstream/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.
4463 4464 4465 4466 4467 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 4463 class ResourceNotAvailableException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |