Class: Aws::AppStream::Types::ResourceNotAvailableException

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#messageString

The error message in the exception.

Returns:

  • (String)


4304
4305
4306
4307
4308
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 4304

class ResourceNotAvailableException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end