Class: Aws::WorkDocs::Errors::TooManySubscriptionsException

Inherits:
ServiceError
  • Object
show all
Defined in:
gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ TooManySubscriptionsException

Returns a new instance of TooManySubscriptionsException.

Parameters:



397
398
399
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/errors.rb', line 397

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#messageString

Returns:

  • (String)


402
403
404
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/errors.rb', line 402

def message
  @message || @data[:message]
end