Class: Aws::Appflow::Errors::ValidationException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ValidationException.

Parameters:



187
188
189
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/errors.rb', line 187

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

Instance Method Details

#messageString

Returns:

  • (String)


192
193
194
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/errors.rb', line 192

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