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

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


1175
1176
1177
1178
1179
1180
1181
1182
# File 'lib/aws-sdk-codegurusecurity/types.rb', line 1175

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

#messageString

Description of the error.

Returns:

  • (String)


1175
1176
1177
1178
1179
1180
1181
1182
# File 'lib/aws-sdk-codegurusecurity/types.rb', line 1175

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)


1175
1176
1177
1178
1179
1180
1181
1182
# File 'lib/aws-sdk-codegurusecurity/types.rb', line 1175

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)


1175
1176
1177
1178
1179
1180
1181
1182
# File 'lib/aws-sdk-codegurusecurity/types.rb', line 1175

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