Class: Aws::SecurityIR::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityIR::Types::ThrottlingException
- Includes:
- Aws::Structure
- Defined in:
- 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.
1608 1609 1610 1611 1612 1613 1614 1615 |
# File 'lib/aws-sdk-securityir/types.rb', line 1608 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.
1608 1609 1610 1611 1612 1613 1614 1615 |
# File 'lib/aws-sdk-securityir/types.rb', line 1608 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.
1608 1609 1610 1611 1612 1613 1614 1615 |
# File 'lib/aws-sdk-securityir/types.rb', line 1608 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.
1608 1609 1610 1611 1612 1613 1614 1615 |
# File 'lib/aws-sdk-securityir/types.rb', line 1608 class ThrottlingException < Struct.new( :message, :service_code, :quota_code, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |