Class: Aws::FraudDetector::Errors::ValidationException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ValidationException.

Parameters:



139
140
141
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/errors.rb', line 139

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

Instance Method Details

#messageString

Returns:

  • (String)


144
145
146
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/errors.rb', line 144

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