Class: Aws::WorkDocs::Types::TooManySubscriptionsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkDocs::Types::TooManySubscriptionsException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workdocs/types.rb
Overview
You’ve reached the limit on the number of subscriptions for the WorkDocs instance.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2790 2791 2792 2793 2794 |
# File 'lib/aws-sdk-workdocs/types.rb', line 2790 class TooManySubscriptionsException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |