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
5617 5618 5619 5620 5621 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 5617 class ValidationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |