Class: Aws::DeviceFarm::Types::ServiceAccountException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::DeviceFarm::Types::ServiceAccountException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-devicefarm/types.rb
 
Overview
There was a problem with the service account.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Any additional information about the exception.
 
Instance Attribute Details
#message ⇒ String
Any additional information about the exception.
      5220 5221 5222 5223 5224  | 
    
      # File 'lib/aws-sdk-devicefarm/types.rb', line 5220 class ServiceAccountException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |