Class: Aws::Glue::Types::EntityNotFoundException
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::EntityNotFoundException
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
A specified entity does not exist
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.
| 10241 10242 10243 10244 10245 10246 | # File 'lib/aws-sdk-glue/types.rb', line 10241 class EntityNotFoundException < Struct.new( :message, :from_federation_source) SENSITIVE = [] include Aws::Structure end | 
#message ⇒ String
A message describing the problem.
| 10241 10242 10243 10244 10245 10246 | # File 'lib/aws-sdk-glue/types.rb', line 10241 class EntityNotFoundException < Struct.new( :message, :from_federation_source) SENSITIVE = [] include Aws::Structure end |