Class: Aws::SSM::Types::ResourceLimitExceededException

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

Overview

Error returned when the caller has exceeded the default resource limits. For example, too many maintenance windows or patch baselines have been created.

For information about resource limits in Systems Manager, see [AWS Systems Manager Limits].

[1]: docs.aws.amazon.com/general/latest/gr/aws_service_limits.html#limits_ssm

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


14279
14280
14281
14282
# File 'lib/aws-sdk-ssm/types.rb', line 14279

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