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
14972 14973 14974 14975 14976 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 14972 class ParameterVersionLabelLimitExceeded < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |