Class: Aws::PinpointSMSVoiceV2::Types::ThrottlingException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pinpointsmsvoicev2/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

#messageString

Returns:

  • (String)


6236
6237
6238
6239
6240
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 6236

class ThrottlingException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end