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

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

Overview

Request denied due to throttling

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Error description

Returns:

  • (String)


3639
3640
3641
3642
3643
3644
3645
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3639

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

#quota_codeString

Quota code for throttling limit

Returns:

  • (String)


3639
3640
3641
3642
3643
3644
3645
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3639

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

#service_codeString

Service code for throttling limit

Returns:

  • (String)


3639
3640
3641
3642
3643
3644
3645
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3639

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