Class: Aws::Batch::Types::ClientException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Batch::Types::ClientException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-batch/types.rb
 
Overview
These errors are usually caused by a client action. One example cause is using an action or resource on behalf of a user that doesn’t have permissions to use the action or resource. Another cause is specifying an identifier that’s not valid.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
      264 265 266 267 268  | 
    
      # File 'lib/aws-sdk-batch/types.rb', line 264 class ClientException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |