Class: Aws::ForecastQueryService::Types::LimitExceededException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-forecastqueryservice/lib/aws-sdk-forecastqueryservice/types.rb

Overview

The limit on the number of requests per second has been exceeded.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


98
99
100
101
102
# File 'gems/aws-sdk-forecastqueryservice/lib/aws-sdk-forecastqueryservice/types.rb', line 98

class LimitExceededException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end