Method: Aws::Neptunedata::Types::ThrottlingException#request_id
- Defined in:
- lib/aws-sdk-neptunedata/types.rb
#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 |