Class: Aws::AppIntegrationsService::Errors::ResourceQuotaExceededException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ResourceQuotaExceededException.

Parameters:



125
126
127
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/errors.rb', line 125

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

Instance Method Details

#messageString

Returns:

  • (String)


130
131
132
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/errors.rb', line 130

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