Class: Aws::SocialMessaging::Types::ThrottledRequestException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SocialMessaging::Types::ThrottledRequestException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-socialmessaging/types.rb
Overview
The request was denied due to request throttling.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
741 742 743 744 745 |
# File 'lib/aws-sdk-socialmessaging/types.rb', line 741 class ThrottledRequestException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |