Class: Aws::Neptunedata::Types::MemoryLimitExceededException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-neptunedata/types.rb

Overview

Raised when a request fails because of insufficient memory resources. The request can be retried.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

The HTTP status code returned with the exception.

Returns:

  • (String)


2292
2293
2294
2295
2296
2297
2298
# File 'lib/aws-sdk-neptunedata/types.rb', line 2292

class MemoryLimitExceededException < Struct.new(
  :detailed_message,
  :request_id,
  :code)
  SENSITIVE = []
  include Aws::Structure
end

#detailed_messageString

A detailed message describing the problem.

Returns:

  • (String)


2292
2293
2294
2295
2296
2297
2298
# File 'lib/aws-sdk-neptunedata/types.rb', line 2292

class MemoryLimitExceededException < Struct.new(
  :detailed_message,
  :request_id,
  :code)
  SENSITIVE = []
  include Aws::Structure
end

#request_idString

The ID of the request that failed.

Returns:

  • (String)


2292
2293
2294
2295
2296
2297
2298
# File 'lib/aws-sdk-neptunedata/types.rb', line 2292

class MemoryLimitExceededException < Struct.new(
  :detailed_message,
  :request_id,
  :code)
  SENSITIVE = []
  include Aws::Structure
end