Class: Aws::PrometheusService::Types::InternalServerException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::PrometheusService::Types::InternalServerException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-prometheusservice/types.rb
 
Overview
An unexpected error occurred during the processing of the request.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Description of the error.
 - 
  
    
      #retry_after_seconds  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Advice to clients on when the call can be safely retried.
 
Instance Attribute Details
#message ⇒ String
Description of the error.
      846 847 848 849 850 851  | 
    
      # File 'lib/aws-sdk-prometheusservice/types.rb', line 846 class InternalServerException < Struct.new( :message, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end  | 
  
#retry_after_seconds ⇒ Integer
Advice to clients on when the call can be safely retried.
      846 847 848 849 850 851  | 
    
      # File 'lib/aws-sdk-prometheusservice/types.rb', line 846 class InternalServerException < Struct.new( :message, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end  |