Class: Aws::ComprehendMedical::Errors::InvalidRequestException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of InvalidRequestException.

Parameters:



80
81
82
# File 'lib/aws-sdk-comprehendmedical/errors.rb', line 80

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

Instance Method Details

#messageString

Returns:

  • (String)


85
86
87
# File 'lib/aws-sdk-comprehendmedical/errors.rb', line 85

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