Class: Aws::ECS::Types::ClientException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ECS::Types::ClientException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ecs/types.rb
 
Overview
These errors are usually caused by a client action. This client action might be using an action or resource on behalf of a user that doesn’t have permissions to use the action or resource. Or, it might be specifying an identifier that isn’t valid.
The following list includes additional causes for the error:
- 
The ‘RunTask` could not be processed because you use managed scaling and there is a capacity error because the quota of tasks in the `PROVISIONING` per cluster has been reached. For information about the service quotas, see [Amazon ECS service quotas].
 
^
[1]: docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html
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.
      490 491 492 493 494  | 
    
      # File 'lib/aws-sdk-ecs/types.rb', line 490 class ClientException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |