Class: Aws::EKS::Types::ResourceLimitExceededException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EKS::Types::ResourceLimitExceededException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-eks/types.rb
 
Overview
You have encountered a service limit on the specified resource.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #cluster_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon EKS cluster associated with the exception.
 - 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon EKS message associated with the exception.
 - 
  
    
      #nodegroup_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon EKS managed node group associated with the exception.
 - 
  
    
      #subscription_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon EKS subscription ID with the exception.
 
Instance Attribute Details
#cluster_name ⇒ String
The Amazon EKS cluster associated with the exception.
      5454 5455 5456 5457 5458 5459 5460 5461  | 
    
      # File 'lib/aws-sdk-eks/types.rb', line 5454 class ResourceLimitExceededException < Struct.new( :cluster_name, :nodegroup_name, :subscription_id, :message) SENSITIVE = [] include Aws::Structure end  | 
  
#message ⇒ String
The Amazon EKS message associated with the exception.
      5454 5455 5456 5457 5458 5459 5460 5461  | 
    
      # File 'lib/aws-sdk-eks/types.rb', line 5454 class ResourceLimitExceededException < Struct.new( :cluster_name, :nodegroup_name, :subscription_id, :message) SENSITIVE = [] include Aws::Structure end  | 
  
#nodegroup_name ⇒ String
The Amazon EKS managed node group associated with the exception.
      5454 5455 5456 5457 5458 5459 5460 5461  | 
    
      # File 'lib/aws-sdk-eks/types.rb', line 5454 class ResourceLimitExceededException < Struct.new( :cluster_name, :nodegroup_name, :subscription_id, :message) SENSITIVE = [] include Aws::Structure end  | 
  
#subscription_id ⇒ String
The Amazon EKS subscription ID with the exception.
      5454 5455 5456 5457 5458 5459 5460 5461  | 
    
      # File 'lib/aws-sdk-eks/types.rb', line 5454 class ResourceLimitExceededException < Struct.new( :cluster_name, :nodegroup_name, :subscription_id, :message) SENSITIVE = [] include Aws::Structure end  |