Class: Aws::SecurityLake::Types::ThrottlingException

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#messageString

Returns:

  • (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_codeString

That the rate of requests to Security Lake is exceeding the request quotas for your Amazon Web Services account.

Returns:

  • (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

#retry_after_secondsInteger

Retry the request after the specified time.

Returns:

  • (Integer)


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_codeString

The code for the service in Service Quotas.

Returns:

  • (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