Class: Aws::Neptunedata::Types::MemoryLimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptunedata::Types::MemoryLimitExceededException
- 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
-
#code ⇒ String
The HTTP status code returned with the exception.
-
#detailed_message ⇒ String
A detailed message describing the problem.
-
#request_id ⇒ String
The ID of the request that failed.
Instance Attribute Details
#code ⇒ String
The HTTP status code returned with the exception.
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_message ⇒ String
A detailed message describing the problem.
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_id ⇒ String
The ID of the request that failed.
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 |