Class: Aws::SSM::Types::DocumentPermissionLimit

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

Overview

The document cannot be shared with more AWS user accounts. You can share a document with a maximum of 20 accounts. You can publicly share up to five documents. If you need to increase this limit, contact AWS Support.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


6221
6222
6223
6224
# File 'lib/aws-sdk-ssm/types.rb', line 6221

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