Class: Aws::Glue::Types::IntegrationQuotaExceededFault

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

Overview

The data processed through your integration exceeded your quota.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A message describing the problem.

Returns:

  • (String)


17079
17080
17081
17082
17083
# File 'lib/aws-sdk-glue/types.rb', line 17079

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