Class: Aws::ElasticsearchService::Types::BaseException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ElasticsearchService::Types::BaseException
 
 
- Defined in:
 - gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb
 
Overview
An error occurred while processing the request.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A description of the error.
 
Instance Attribute Details
#message ⇒ String
A description of the error.
      538 539 540 541 542  | 
    
      # File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 538 class BaseException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |