Class: Aws::ForecastService::Errors::LimitExceededException

Inherits:
ServiceError
  • Object
show all
Defined in:
sig/errors.rbs,
lib/aws-sdk-forecastservice/errors.rb

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of LimitExceededException.

Parameters:



78
79
80
# File 'lib/aws-sdk-forecastservice/errors.rb', line 78

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

Instance Method Details

#messageString

Returns:

  • (String)


83
# File 'lib/aws-sdk-forecastservice/errors.rb', line 83

def message: () -> ::String