Class: Aws::Omics::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::ThrottlingException
- Defined in:
- gems/aws-sdk-omics/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
8751 8752 8753 8754 8755 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 8751 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |