Class: Aws::TimestreamQuery::Errors::ServiceQuotaExceededException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ServiceQuotaExceededException.

Parameters:



146
147
148
# File 'gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery/errors.rb', line 146

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

Instance Method Details

#messageString

Returns:

  • (String)


151
152
153
# File 'gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery/errors.rb', line 151

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