Class: Aws::PinpointSMSVoiceV2::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::ThrottlingException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpointsmsvoicev2/types.rb
Overview
An error that occurred because too many requests were sent during a certain amount of time.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
6924 6925 6926 6927 6928 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 6924 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |