Method: Aws::Neptunedata::Types::ThrottlingException#request_id

Defined in:
lib/aws-sdk-neptunedata/types.rb

#request_idString

The ID of the request that could not be processed for this reason.

Returns:

  • (String)


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