Class: Aws::Sustainability::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Sustainability::Types::ThrottlingException
- Defined in:
- gems/aws-sdk-sustainability/lib/aws-sdk-sustainability/types.rb
Overview
The request was denied due to request throttling.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
285 286 287 288 289 |
# File 'gems/aws-sdk-sustainability/lib/aws-sdk-sustainability/types.rb', line 285 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |