Class: Aws::AppStream::Types::ResourceInUseException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb

Overview

The specified resource is in use.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The error message in the exception.

Returns:

  • (String)


4290
4291
4292
4293
4294
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 4290

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