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