Class: Aws::MPA::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::MPA::Types::ThrottlingException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mpa/types.rb
Overview
The request was denied due to request throttling.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
Message for the ‘ThrottlingException` error.
Instance Attribute Details
#message ⇒ String
Message for the ‘ThrottlingException` error.
2044 2045 2046 2047 2048 |
# File 'lib/aws-sdk-mpa/types.rb', line 2044 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |