Class: Aws::IoT::Types::RegistrationCodeValidationException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::RegistrationCodeValidationException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iot/types.rb
 
Overview
The registration code is invalid.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Additional information about the exception.
 
Instance Attribute Details
#message ⇒ String
Additional information about the exception.
      13004 13005 13006 13007 13008  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 13004 class RegistrationCodeValidationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |