Class: Aws::HealthLake::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::HealthLake::Types::ThrottlingException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-healthlake/types.rb
Overview
The user has exceeded their maximum number of allowed calls to the given API.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1142 1143 1144 1145 1146 |
# File 'lib/aws-sdk-healthlake/types.rb', line 1142 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |