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
- 
  
    
      #from_federation_source  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Indicates whether or not the exception relates to a federated source. 
- 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A message describing the problem. 
Instance Attribute Details
#from_federation_source ⇒ Boolean
Indicates whether or not the exception relates to a federated source.
| 15858 15859 15860 15861 15862 15863 | # File 'lib/aws-sdk-glue/types.rb', line 15858 class InvalidInputException < Struct.new( :message, :from_federation_source) SENSITIVE = [] include Aws::Structure end | 
#message ⇒ String
A message describing the problem.
| 15858 15859 15860 15861 15862 15863 | # File 'lib/aws-sdk-glue/types.rb', line 15858 class InvalidInputException < Struct.new( :message, :from_federation_source) SENSITIVE = [] include Aws::Structure end |