Class: Aws::Personalize::Types::LimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::LimitExceededException
- 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
#message ⇒ String
3859 3860 3861 3862 3863 |
# File 'lib/aws-sdk-personalize/types.rb', line 3859 class LimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |