Class: Aws::SecurityAgent::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::ThrottlingException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityagent/types.rb
Overview
The request was denied due to request throttling.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
Error description.
-
#quota_code ⇒ String
Quota code for throttling limit.
-
#service_code ⇒ String
Service code for throttling limit.
Instance Attribute Details
#message ⇒ String
Error description.
3803 3804 3805 3806 3807 3808 3809 |
# File 'lib/aws-sdk-securityagent/types.rb', line 3803 class ThrottlingException < Struct.new( :message, :service_code, :quota_code) SENSITIVE = [] include Aws::Structure end |
#quota_code ⇒ String
Quota code for throttling limit.
3803 3804 3805 3806 3807 3808 3809 |
# File 'lib/aws-sdk-securityagent/types.rb', line 3803 class ThrottlingException < Struct.new( :message, :service_code, :quota_code) SENSITIVE = [] include Aws::Structure end |
#service_code ⇒ String
Service code for throttling limit.
3803 3804 3805 3806 3807 3808 3809 |
# File 'lib/aws-sdk-securityagent/types.rb', line 3803 class ThrottlingException < Struct.new( :message, :service_code, :quota_code) SENSITIVE = [] include Aws::Structure end |