Class: Aws::SecurityLake::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityLake::Types::ThrottlingException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securitylake/types.rb
Overview
The limit on the number of requests per second was exceeded.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#quota_code ⇒ String
That the rate of requests to Security Lake is exceeding the request quotas for your Amazon Web Services account.
-
#retry_after_seconds ⇒ Integer
Retry the request after the specified time.
-
#service_code ⇒ String
The code for the service in Service Quotas.
Instance Attribute Details
#message ⇒ String
1867 1868 1869 1870 1871 1872 1873 1874 |
# File 'lib/aws-sdk-securitylake/types.rb', line 1867 class ThrottlingException < Struct.new( :message, :quota_code, :retry_after_seconds, :service_code) SENSITIVE = [] include Aws::Structure end |
#quota_code ⇒ String
That the rate of requests to Security Lake is exceeding the request quotas for your Amazon Web Services account.
1867 1868 1869 1870 1871 1872 1873 1874 |
# File 'lib/aws-sdk-securitylake/types.rb', line 1867 class ThrottlingException < Struct.new( :message, :quota_code, :retry_after_seconds, :service_code) SENSITIVE = [] include Aws::Structure end |
#retry_after_seconds ⇒ Integer
Retry the request after the specified time.
1867 1868 1869 1870 1871 1872 1873 1874 |
# File 'lib/aws-sdk-securitylake/types.rb', line 1867 class ThrottlingException < Struct.new( :message, :quota_code, :retry_after_seconds, :service_code) SENSITIVE = [] include Aws::Structure end |
#service_code ⇒ String
The code for the service in Service Quotas.
1867 1868 1869 1870 1871 1872 1873 1874 |
# File 'lib/aws-sdk-securitylake/types.rb', line 1867 class ThrottlingException < Struct.new( :message, :quota_code, :retry_after_seconds, :service_code) SENSITIVE = [] include Aws::Structure end |