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
5607 5608 5609 5610 5611 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 5607 class ValidationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |