Class: Aws::NeptuneGraph::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::NeptuneGraph::Types::ThrottlingException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-neptunegraph/types.rb
Overview
The exception was interrupted by throttling.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
A message describing the problem.
Instance Attribute Details
#message ⇒ String
A message describing the problem.
3144 3145 3146 3147 3148 |
# File 'lib/aws-sdk-neptunegraph/types.rb', line 3144 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |