Class: Aws::SecurityAgent::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::ThrottlingException
- Defined in:
- gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb
Overview
Request denied due to 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
3639 3640 3641 3642 3643 3644 3645 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3639 class ThrottlingException < Struct.new( :message, :service_code, :quota_code) SENSITIVE = [] include Aws::Structure end |
#quota_code ⇒ String
Quota code for throttling limit
3639 3640 3641 3642 3643 3644 3645 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3639 class ThrottlingException < Struct.new( :message, :service_code, :quota_code) SENSITIVE = [] include Aws::Structure end |
#service_code ⇒ String
Service code for throttling limit
3639 3640 3641 3642 3643 3644 3645 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3639 class ThrottlingException < Struct.new( :message, :service_code, :quota_code) SENSITIVE = [] include Aws::Structure end |