Class: Aws::SSM::Types::ParameterVersionLabelLimitExceeded

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ssm/types.rb

Overview

A parameter version can have a maximum of ten labels.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


12376
12377
12378
12379
# File 'lib/aws-sdk-ssm/types.rb', line 12376

class ParameterVersionLabelLimitExceeded < Struct.new(
  :message)
  include Aws::Structure
end