Class: Aws::SSM::Types::ParameterLimitExceeded
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::ParameterLimitExceeded
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
You have exceeded the number of parameters for this Amazon Web Services account. Delete one or more parameters and try again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
14767 14768 14769 14770 14771 |
# File 'lib/aws-sdk-ssm/types.rb', line 14767 class ParameterLimitExceeded < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |