Class: Aws::SSMIncidents::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMIncidents::Types::ThrottlingException
- Defined in:
- gems/aws-sdk-ssmincidents/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
2116 2117 2118 2119 2120 2121 2122 |
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 2116 class ThrottlingException < Struct.new( :message, :quota_code, :service_code) SENSITIVE = [] include Aws::Structure end |
#quota_code ⇒ String
Originating quota code
2116 2117 2118 2119 2120 2121 2122 |
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 2116 class ThrottlingException < Struct.new( :message, :quota_code, :service_code) SENSITIVE = [] include Aws::Structure end |
#service_code ⇒ String
Originating service code
2116 2117 2118 2119 2120 2121 2122 |
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 2116 class ThrottlingException < Struct.new( :message, :quota_code, :service_code) SENSITIVE = [] include Aws::Structure end |