Class: Aws::LakeFormation::Types::InvalidInputException

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#messageString

A message describing the problem.

Returns:

  • (String)


2085
2086
2087
2088
2089
# File 'lib/aws-sdk-lakeformation/types.rb', line 2085

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