Class: Aws::Glue::Types::ThrottlingException

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

Overview

The throttling threshhold was exceeded.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A message describing the problem.

Returns:

  • (String)


23107
23108
23109
23110
23111
# File 'lib/aws-sdk-glue/types.rb', line 23107

class ThrottlingException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end