Class: Aws::CodeGuruSecurity::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeGuruSecurity::Types::ThrottlingException
- 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
-
#error_code ⇒ String
The identifier for the error.
-
#message ⇒ String
Description of the error.
-
#quota_code ⇒ String
The identifier for the originating quota.
-
#service_code ⇒ String
The identifier for the originating service.
Instance Attribute Details
#error_code ⇒ String
The identifier for the error.
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 |
#message ⇒ String
Description of the error.
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_code ⇒ String
The identifier for the originating quota.
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_code ⇒ String
The identifier for the originating service.
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 |