Class: Aws::SagemakerJobRuntime::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SagemakerJobRuntime::Types::ThrottlingException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemakerjobruntime/types.rb
Overview
The request was throttled. Retry the request after a brief wait.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
205 206 207 208 209 |
# File 'lib/aws-sdk-sagemakerjobruntime/types.rb', line 205 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |