Class: Aws::Glue::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::ThrottlingException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
The throttling threshhold was exceeded.
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.
23345 23346 23347 23348 23349 |
# File 'lib/aws-sdk-glue/types.rb', line 23345 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |