Class: Aws::SSM::Types::ParameterVersionLabelLimitExceeded
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::ParameterVersionLabelLimitExceeded
- Defined in:
- gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb
Overview
A parameter version can have a maximum of ten labels.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
15205 15206 15207 15208 15209 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 15205 class ParameterVersionLabelLimitExceeded < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |