Class: Aws::SSM::Types::InvalidPolicyTypeException

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ssm/types.rb

Overview

The policy type is not supported. Parameter Store supports the following policy types: Expiration, ExpirationNotification, and NoChangeNotification.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


9180
9181
9182
9183
# File 'lib/aws-sdk-ssm/types.rb', line 9180

class InvalidPolicyTypeException < Struct.new(
  :message)
  include Aws::Structure
end