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:



313
314
315
# File 'lib/aws-sdk-connect/errors.rb', line 313

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

Instance Method Details

#messageString

Returns:

  • (String)


318
319
320
# File 'lib/aws-sdk-connect/errors.rb', line 318

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