Class: Aws::Personalize::Types::LimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::LimitExceededException
- Defined in:
- gems/aws-sdk-personalize/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
#message ⇒ String
3537 3538 3539 3540 3541 |
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 3537 class LimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |