Class: Aws::Route53RecoveryCluster::Types::InternalServerException
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Route53RecoveryCluster::Types::InternalServerException
 
- Defined in:
- gems/aws-sdk-route53recoverycluster/lib/aws-sdk-route53recoverycluster/types.rb
Overview
There was an unexpected error during processing of 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
| 109 110 111 112 113 114 | # File 'gems/aws-sdk-route53recoverycluster/lib/aws-sdk-route53recoverycluster/types.rb', line 109 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
| 109 110 111 112 113 114 | # File 'gems/aws-sdk-route53recoverycluster/lib/aws-sdk-route53recoverycluster/types.rb', line 109 class InternalServerException < Struct.new( :message, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |