Method: Aws::Neptunedata::Types::ThrottlingException#detailed_message

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

#detailed_messageString

A detailed message describing the problem.

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