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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssm/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

#messageString

Returns:

  • (String)


13921
13922
13923
13924
13925
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13921

class ParameterLimitExceeded < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end