Class: Aws::GlueDataBrew::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlueDataBrew::Types::ValidationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gluedatabrew/types.rb
Overview
The input parameters for this request failed validation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4181 4182 4183 4184 4185 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 4181 class ValidationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |