Class: Aws::SSM::Types::ParameterLimitExceeded

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

Overview

You have exceeded the number of parameters for this AWS account. Delete one or more parameters and try again.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


12205
12206
12207
12208
# File 'lib/aws-sdk-ssm/types.rb', line 12205

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