Class: Aws::LakeFormation::Types::InvalidInputException
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::InvalidInputException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lakeformation/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.
2085 2086 2087 2088 2089 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 2085 class InvalidInputException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |