Class: Aws::SSM::Types::DocumentLimitExceeded
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::DocumentLimitExceeded
- Defined in:
- gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb
Overview
You can have at most 500 active SSM documents.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
7034 7035 7036 7037 7038 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 7034 class DocumentLimitExceeded < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |