Class: Aws::ApplicationCostProfiler::Types::ThrottlingException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-applicationcostprofiler/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

#messageString

Returns:

  • (String)


345
346
347
348
349
# File 'gems/aws-sdk-applicationcostprofiler/lib/aws-sdk-applicationcostprofiler/types.rb', line 345

class ThrottlingException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end