Class: Aws::WorkDocs::Types::TooManySubscriptionsException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workdocs/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

#messageString

Returns:

  • (String)


2790
2791
2792
2793
2794
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 2790

class TooManySubscriptionsException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end