Class: Aws::GlueDataBrew::Types::ValidationException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-gluedatabrew/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

#messageString

Returns:

  • (String)


4181
4182
4183
4184
4185
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 4181

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