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
14254 14255 14256 14257 14258 |
# File 'lib/aws-sdk-ssm/types.rb', line 14254 class ParameterLimitExceeded < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |