Class: Aws::Omics::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::ThrottlingException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-omics/types.rb
Overview
The request was denied due to request throttling.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
6697 6698 6699 6700 6701 |
# File 'lib/aws-sdk-omics/types.rb', line 6697 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |