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
-
#message ⇒ String
A general-purpose string value.
Instance Attribute Details
#message ⇒ String
A general-purpose string value.
2192 2193 2194 2195 2196 |
# File 'lib/aws-sdk-healthlake/types.rb', line 2192 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |