Class: Aws::SSM::Types::IncompatiblePolicyException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::IncompatiblePolicyException
- Defined in:
- gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb
Overview
There is a conflict in the policies specified for this parameter. You can't, for example, specify two Expiration policies for a parameter. Review your policies, and try again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
9474 9475 9476 9477 9478 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 9474 class IncompatiblePolicyException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |