Class: Aws::SSMContacts::Types::InternalServerException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SSMContacts::Types::InternalServerException
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-ssmcontacts/types.rb
 
Overview
Unexpected error occurred while processing the request.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- #message ⇒ String
 - 
  
    
      #retry_after_seconds  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Advice to clients on when the call can be safely retried.
 
Instance Attribute Details
#message ⇒ String
      1145 1146 1147 1148 1149 1150  | 
    
      # File 'lib/aws-sdk-ssmcontacts/types.rb', line 1145 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
      1145 1146 1147 1148 1149 1150  | 
    
      # File 'lib/aws-sdk-ssmcontacts/types.rb', line 1145 class InternalServerException < Struct.new( :message, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end  |