Class: Aws::SocialMessaging::Types::ThrottledRequestException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (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