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.
20667 20668 20669 20670 20671 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 20667 class ValidationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |