Class: Aws::Finspace::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Finspace::Types::ThrottlingException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-finspace/types.rb
Overview
The request was denied due to request throttling.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4698 4699 4700 4701 4702 |
# File 'lib/aws-sdk-finspace/types.rb', line 4698 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |