Class: Aws::SSM::Types::InvalidPolicyTypeException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SSM::Types::InvalidPolicyTypeException
 
 
- Defined in:
 - gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb
 
Overview
The policy type isn't supported. Parameter Store supports the following policy types: Expiration, ExpirationNotification, and NoChangeNotification.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
      11108 11109 11110 11111 11112  | 
    
      # File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11108 class InvalidPolicyTypeException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |