Class: Aws::Neptunedata::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptunedata::Types::ThrottlingException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-neptunedata/types.rb
Overview
Raised when the rate of requests exceeds the maximum throughput. Requests can be retried after encountering this exception.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code ⇒ String
The HTTP status code returned with the exception.
-
#detailed_message ⇒ String
A detailed message describing the problem.
-
#request_id ⇒ String
The ID of the request that could not be processed for this reason.
Instance Attribute Details
permalink #code ⇒ String
The HTTP status code returned with the exception.
3919 3920 3921 3922 3923 3924 3925 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 3919 class ThrottlingException < Struct.new( :detailed_message, :request_id, :code) SENSITIVE = [] include Aws::Structure end |
permalink #detailed_message ⇒ String
A detailed message describing the problem.
3919 3920 3921 3922 3923 3924 3925 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 3919 class ThrottlingException < Struct.new( :detailed_message, :request_id, :code) SENSITIVE = [] include Aws::Structure end |
permalink #request_id ⇒ String
The ID of the request that could not be processed for this reason.
3919 3920 3921 3922 3923 3924 3925 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 3919 class ThrottlingException < Struct.new( :detailed_message, :request_id, :code) SENSITIVE = [] include Aws::Structure end |