Class: Aws::AppStream::Errors::ResourceAlreadyExistsException

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

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceAlreadyExistsException

Returns a new instance of ResourceAlreadyExistsException.

Parameters:



206
207
208
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/errors.rb', line 206

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#messageString

Returns:

  • (String)


211
212
213
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/errors.rb', line 211

def message
  @message || @data[:message]
end