Class: Aws::Synthetics::Errors::ServiceQuotaExceededException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ServiceQuotaExceededException.

Parameters:



157
158
159
# File 'lib/aws-sdk-synthetics/errors.rb', line 157

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

Instance Method Details

#messageString

Returns:

  • (String)


162
163
164
# File 'lib/aws-sdk-synthetics/errors.rb', line 162

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