Class: Aws::Proton::Types::ThrottlingException

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

Overview

The request was denied due to request throttling.

Constant Summary collapse

SENSITIVE =
[:message]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


5774
5775
5776
5777
5778
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 5774

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