Class: Aws::Scheduler::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Scheduler::Types::ThrottlingException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-scheduler/types.rb
Overview
The request was denied due to request throttling.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1282 1283 1284 1285 1286 |
# File 'lib/aws-sdk-scheduler/types.rb', line 1282 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |