Class: Aws::Glue::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::ValidationException
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
A value could not be validated.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
A message describing the problem.
Instance Attribute Details
#message ⇒ String
A message describing the problem.
27799 27800 27801 27802 27803 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 27799 class ValidationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |