Class: Aws::PinpointSMSVoice::Types::TooManyRequestsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoice::Types::TooManyRequestsException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpointsmsvoice/types.rb
Overview
You’ve issued too many requests to the resource. Wait a few minutes, and then try again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
516 517 518 519 520 |
# File 'lib/aws-sdk-pinpointsmsvoice/types.rb', line 516 class TooManyRequestsException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |