Class: Aws::VPCLattice::Types::InternalServerException
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::VPCLattice::Types::InternalServerException
 
- Defined in:
- gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb
Overview
An unexpected error occurred while processing the request.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
- 
  
    
      #retry_after_seconds  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The number of seconds to wait before retrying. 
Instance Attribute Details
#message ⇒ String
| 2903 2904 2905 2906 2907 2908 | # File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2903 class InternalServerException < Struct.new( :message, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end | 
#retry_after_seconds ⇒ Integer
The number of seconds to wait before retrying.
| 2903 2904 2905 2906 2907 2908 | # File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2903 class InternalServerException < Struct.new( :message, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |