Class: Aws::ControlCatalog::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ControlCatalog::Types::ThrottlingException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-controlcatalog/types.rb
Overview
The request was denied due to request throttling.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
683 684 685 686 687 |
# File 'lib/aws-sdk-controlcatalog/types.rb', line 683 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |