Class: Aws::Connect::Errors::UserNotFoundException

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) ⇒ UserNotFoundException

Returns a new instance of UserNotFoundException.

Parameters:



442
443
444
# File 'lib/aws-sdk-connect/errors.rb', line 442

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

Instance Method Details

#messageString

Returns:

  • (String)


447
448
449
# File 'lib/aws-sdk-connect/errors.rb', line 447

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