Class: Aws::FreeTier::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::FreeTier::Types::ThrottlingException
- Defined in:
- gems/aws-sdk-freetier/lib/aws-sdk-freetier/types.rb
Overview
The request was denied due to request throttling.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
246 247 248 249 250 |
# File 'gems/aws-sdk-freetier/lib/aws-sdk-freetier/types.rb', line 246 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |