Class: Aws::States::Errors::ServiceQuotaExceededException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ServiceQuotaExceededException.

Parameters:



329
330
331
# File 'lib/aws-sdk-states/errors.rb', line 329

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

Instance Method Details

#messageString

Returns:

  • (String)


334
335
336
# File 'lib/aws-sdk-states/errors.rb', line 334

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