Class: Aws::SSM::Types::DocumentLimitExceeded

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

Overview

You can have at most 500 active Systems Manager documents.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


6174
6175
6176
6177
# File 'lib/aws-sdk-ssm/types.rb', line 6174

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