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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securitylake/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)


1860
1861
1862
1863
1864
1865
1866
1867
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 1860

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)


1860
1861
1862
1863
1864
1865
1866
1867
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 1860

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)


1860
1861
1862
1863
1864
1865
1866
1867
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 1860

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)


1860
1861
1862
1863
1864
1865
1866
1867
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 1860

class ThrottlingException < Struct.new(
  :message,
  :quota_code,
  :retry_after_seconds,
  :service_code)
  SENSITIVE = []
  include Aws::Structure
end