Class: Aws::Appflow::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::ValidationException
- Includes:
- Structure
- Defined in:
- 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
#message ⇒ String
5837 5838 5839 5840 5841 |
# File 'lib/aws-sdk-appflow/types.rb', line 5837 class ValidationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |