Class: Aws::IoT::Types::MalformedPolicyException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::MalformedPolicyException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iot/types.rb
 
Overview
The policy documentation is not valid.
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.
      11764 11765 11766 11767 11768  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 11764 class MalformedPolicyException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |