Class: Aws::CodeConnections::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeConnections::Types::ThrottlingException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codeconnections/types.rb
Overview
The request was denied due to request throttling.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1587 1588 1589 1590 1591 |
# File 'lib/aws-sdk-codeconnections/types.rb', line 1587 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |