Class: Aws::ARCZonalShift::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ARCZonalShift::Types::ThrottlingException
- Defined in:
- gems/aws-sdk-arczonalshift/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
816 817 818 819 820 |
# File 'gems/aws-sdk-arczonalshift/lib/aws-sdk-arczonalshift/types.rb', line 816 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |