Class: Aws::Glue::Types::InternalServiceException
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::InternalServiceException
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
An internal service error occurred.
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.
| 15839 15840 15841 15842 15843 | # File 'lib/aws-sdk-glue/types.rb', line 15839 class InternalServiceException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |