Class: Aws::Proton::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::ThrottlingException
- Includes:
- Structure
- Defined in:
- 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
#message ⇒ String
5774 5775 5776 5777 5778 |
# File 'lib/aws-sdk-proton/types.rb', line 5774 class ThrottlingException < Struct.new( :message) SENSITIVE = [:message] include Aws::Structure end |