Class: Aws::SecurityAgent::Types::ThrottlingException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb

Overview

The request was denied due to request throttling.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Error description.

Returns:

  • (String)


4763
4764
4765
4766
4767
4768
4769
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 4763

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

#quota_codeString

Quota code for throttling limit.

Returns:

  • (String)


4763
4764
4765
4766
4767
4768
4769
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 4763

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

#service_codeString

Service code for throttling limit.

Returns:

  • (String)


4763
4764
4765
4766
4767
4768
4769
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 4763

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