Class: Aws::SSM::Types::PoliciesLimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::PoliciesLimitExceededException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
You specified more than the maximum number of allowed policies for the parameter. The maximum is 10.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
15061 15062 15063 15064 15065 |
# File 'lib/aws-sdk-ssm/types.rb', line 15061 class PoliciesLimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |