Class: Aws::Connect::Errors::OutputTypeNotFoundException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of OutputTypeNotFoundException.

Parameters:



292
293
294
# File 'lib/aws-sdk-connect/errors.rb', line 292

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

Instance Method Details

#messageString

Returns:

  • (String)


297
298
299
# File 'lib/aws-sdk-connect/errors.rb', line 297

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