Class: Aws::ECS::Types::ServerException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ECS::Types::ServerException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ecs/types.rb
 
Overview
These errors are usually caused by a server issue.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Message that describes the cause of the exception.
 
Instance Attribute Details
#message ⇒ String
Message that describes the cause of the exception.
      8778 8779 8780 8781 8782  | 
    
      # File 'lib/aws-sdk-ecs/types.rb', line 8778 class ServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |