Class: Aws::CodeGuruProfiler::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeGuruProfiler::Types::ThrottlingException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codeguruprofiler/types.rb
Overview
The request was denied due to request throttling.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1898 1899 1900 1901 1902 |
# File 'lib/aws-sdk-codeguruprofiler/types.rb', line 1898 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |