Class: Aws::SSM::Types::InvalidPolicyTypeException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::InvalidPolicyTypeException
- Includes:
- Aws::Structure
- Defined in:
- 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
10641 10642 10643 10644 10645 |
# File 'lib/aws-sdk-ssm/types.rb', line 10641 class InvalidPolicyTypeException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |