Class: Aws::Glue::Types::IntegrationQuotaExceededFault
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::IntegrationQuotaExceededFault
- 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
-
#message ⇒ String
A message describing the problem.
Instance Attribute Details
#message ⇒ String
A message describing the problem.
15759 15760 15761 15762 15763 |
# File 'lib/aws-sdk-glue/types.rb', line 15759 class IntegrationQuotaExceededFault < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |