Class: Aws::ComprehendMedical::Types::ServiceUnavailableException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ComprehendMedical::Types::ServiceUnavailableException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-comprehendmedical/types.rb
 
Overview
The Amazon Comprehend Medical service is temporarily unavailable. Please wait and then retry your request.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
      1631 1632 1633 1634 1635  | 
    
      # File 'lib/aws-sdk-comprehendmedical/types.rb', line 1631 class ServiceUnavailableException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |