Class: Aws::CognitoSync::Types::LambdaThrottledException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoSync::Types::LambdaThrottledException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitosync/types.rb
Overview
AWS Lambda throttled your account, please contact AWS Support
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
A message returned when an LambdaThrottledException is thrown.
Instance Attribute Details
#message ⇒ String
A message returned when an LambdaThrottledException is thrown
603 604 605 606 607 |
# File 'lib/aws-sdk-cognitosync/types.rb', line 603 class LambdaThrottledException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |