Class: Aws::AccountAccess::Types::ThrottlingException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-accountaccess/lib/aws-sdk-accountaccess/types.rb

Overview

The request was denied due to request throttling. Try your request again later.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


882
883
884
885
886
# File 'gems/aws-sdk-accountaccess/lib/aws-sdk-accountaccess/types.rb', line 882

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