Class: Aws::ApplicationCostProfiler::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationCostProfiler::Types::ThrottlingException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-applicationcostprofiler/types.rb
Overview
The calls to AWS Application Cost Profiler API are throttled. The request was denied.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
345 346 347 348 349 |
# File 'lib/aws-sdk-applicationcostprofiler/types.rb', line 345 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |