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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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)


3803
3804
3805
3806
3807
3808
3809
# File 'lib/aws-sdk-securityagent/types.rb', line 3803

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

#quota_codeString

Quota code for throttling limit.

Returns:

  • (String)


3803
3804
3805
3806
3807
3808
3809
# File 'lib/aws-sdk-securityagent/types.rb', line 3803

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

#service_codeString

Service code for throttling limit.

Returns:

  • (String)


3803
3804
3805
3806
3807
3808
3809
# File 'lib/aws-sdk-securityagent/types.rb', line 3803

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