Class: Aws::AppRegistry::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRegistry::Types::ThrottlingException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appregistry/types.rb
Overview
The maximum number of API requests has been exceeded.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
A message associated with the Throttling exception.
-
#service_code ⇒ String
The originating service code.
Instance Attribute Details
#message ⇒ String
A message associated with the Throttling exception.
1388 1389 1390 1391 1392 1393 |
# File 'lib/aws-sdk-appregistry/types.rb', line 1388 class ThrottlingException < Struct.new( :message, :service_code) SENSITIVE = [] include Aws::Structure end |
#service_code ⇒ String
The originating service code.
1388 1389 1390 1391 1392 1393 |
# File 'lib/aws-sdk-appregistry/types.rb', line 1388 class ThrottlingException < Struct.new( :message, :service_code) SENSITIVE = [] include Aws::Structure end |