Class: Aws::AppStream::Errors::IncompatibleImageException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of IncompatibleImageException.

Parameters:



101
102
103
# File 'lib/aws-sdk-appstream/errors.rb', line 101

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

Instance Method Details

#messageString

Returns:

  • (String)


106
107
108
# File 'lib/aws-sdk-appstream/errors.rb', line 106

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