Class: Aws::Glue::Types::InvalidInputException

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

Instance Attribute Details

#from_federation_sourceBoolean

Indicates whether or not the exception relates to a federated source.

Returns:

  • (Boolean)


12955
12956
12957
12958
12959
12960
# File 'lib/aws-sdk-glue/types.rb', line 12955

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

#messageString

A message describing the problem.

Returns:

  • (String)


12955
12956
12957
12958
12959
12960
# File 'lib/aws-sdk-glue/types.rb', line 12955

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