Class: Aws::SSM::Types::PoliciesLimitExceededException

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

Overview

You specified more than the maximum number of allowed policies for the parameter. The maximum is 10.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


14967
14968
14969
14970
14971
# File 'lib/aws-sdk-ssm/types.rb', line 14967

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