Class: Aws::IoT::Types::TransferConflictException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::TransferConflictException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iot/types.rb
 
Overview
You can’t transfer the certificate because authorization policies are still attached.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The message for the exception.
 
Instance Attribute Details
#message ⇒ String
The message for the exception.
      15540 15541 15542 15543 15544  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 15540 class TransferConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |