Class: Aws::CodeGuruSecurity::Types::ThrottlingException

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

Overview

The request was denied due to request throttling.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

The identifier for the error.

Returns:

  • (String)


1167
1168
1169
1170
1171
1172
1173
1174
# File 'gems/aws-sdk-codegurusecurity/lib/aws-sdk-codegurusecurity/types.rb', line 1167

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

#messageString

Description of the error.

Returns:

  • (String)


1167
1168
1169
1170
1171
1172
1173
1174
# File 'gems/aws-sdk-codegurusecurity/lib/aws-sdk-codegurusecurity/types.rb', line 1167

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

#quota_codeString

The identifier for the originating quota.

Returns:

  • (String)


1167
1168
1169
1170
1171
1172
1173
1174
# File 'gems/aws-sdk-codegurusecurity/lib/aws-sdk-codegurusecurity/types.rb', line 1167

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

#service_codeString

The identifier for the originating service.

Returns:

  • (String)


1167
1168
1169
1170
1171
1172
1173
1174
# File 'gems/aws-sdk-codegurusecurity/lib/aws-sdk-codegurusecurity/types.rb', line 1167

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