Class: Aws::Glue::Types::InvalidInputException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::InvalidInputException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
The input provided was not valid.
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.
9804 9805 9806 9807 9808 |
# File 'lib/aws-sdk-glue/types.rb', line 9804 class InvalidInputException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |