Class: Aws::Appflow::Types::ValidationException

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

Overview

The request has invalid or missing parameters.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


5843
5844
5845
5846
5847
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 5843

class ValidationException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end