Class: Aws::Glue::Types::ResourceNumberLimitExceededException
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::ResourceNumberLimitExceededException
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
A resource numerical limit 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.
| 21382 21383 21384 21385 21386 | # File 'lib/aws-sdk-glue/types.rb', line 21382 class ResourceNumberLimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |