Class: Aws::ComputeOptimizer::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizer::Types::ThrottlingException
- Defined in:
- gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb
Overview
The request was denied due to request throttling.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
7204 7205 7206 7207 7208 |
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 7204 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |