Class: Aws::SecurityIR::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityIR::Types::ThrottlingException
- Defined in:
- gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The exception message.
-
#quota_code ⇒ String
The quota code of the exception.
-
#retry_after_seconds ⇒ Integer
The number of seconds after which to retry the request.
-
#service_code ⇒ String
The service code of the exception.
Instance Attribute Details
#message ⇒ String
The exception message.
1409 1410 1411 1412 1413 1414 1415 1416 |
# File 'gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb', line 1409 class ThrottlingException < Struct.new( :message, :service_code, :quota_code, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |
#quota_code ⇒ String
The quota code of the exception.
1409 1410 1411 1412 1413 1414 1415 1416 |
# File 'gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb', line 1409 class ThrottlingException < Struct.new( :message, :service_code, :quota_code, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |
#retry_after_seconds ⇒ Integer
The number of seconds after which to retry the request.
1409 1410 1411 1412 1413 1414 1415 1416 |
# File 'gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb', line 1409 class ThrottlingException < Struct.new( :message, :service_code, :quota_code, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |
#service_code ⇒ String
The service code of the exception.
1409 1410 1411 1412 1413 1414 1415 1416 |
# File 'gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb', line 1409 class ThrottlingException < Struct.new( :message, :service_code, :quota_code, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |