Class: Aws::Personalize::Types::LimitExceededException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-personalize/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)


3537
3538
3539
3540
3541
# File 'lib/aws-sdk-personalize/types.rb', line 3537

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