Class: Aws::SSMIncidents::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMIncidents::Types::ThrottlingException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssmincidents/types.rb
Overview
The request was denied due to request throttling.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#quota_code ⇒ String
Originating quota code.
-
#service_code ⇒ String
Originating service code.
Instance Attribute Details
#message ⇒ String
2236 2237 2238 2239 2240 2241 2242 |
# File 'lib/aws-sdk-ssmincidents/types.rb', line 2236 class ThrottlingException < Struct.new( :message, :quota_code, :service_code) SENSITIVE = [] include Aws::Structure end |
#quota_code ⇒ String
Originating quota code
2236 2237 2238 2239 2240 2241 2242 |
# File 'lib/aws-sdk-ssmincidents/types.rb', line 2236 class ThrottlingException < Struct.new( :message, :quota_code, :service_code) SENSITIVE = [] include Aws::Structure end |
#service_code ⇒ String
Originating service code
2236 2237 2238 2239 2240 2241 2242 |
# File 'lib/aws-sdk-ssmincidents/types.rb', line 2236 class ThrottlingException < Struct.new( :message, :quota_code, :service_code) SENSITIVE = [] include Aws::Structure end |