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
3917 3918 3919 3920 3921 |
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 3917 class LimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |