Class: Aws::SSM::Types::PoliciesLimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::PoliciesLimitExceededException
- Defined in:
- gems/aws-sdk-ssm/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
15620 15621 15622 15623 15624 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 15620 class PoliciesLimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |