Class: Aws::ARCZonalShift::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ARCZonalShift::Types::ThrottlingException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-arczonalshift/types.rb
Overview
The request was denied due to request throttling.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1063 1064 1065 1066 1067 |
# File 'lib/aws-sdk-arczonalshift/types.rb', line 1063 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |