Class: Aws::EKS::Errors::ResourceLimitExceededException
- Inherits:
 - 
      ServiceError
      
        
- Object
 - ServiceError
 - Aws::EKS::Errors::ResourceLimitExceededException
 
 
- Defined in:
 - lib/aws-sdk-eks/errors.rb
 
Instance Method Summary collapse
- #cluster_name ⇒ String
 - 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ ResourceLimitExceededException 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of ResourceLimitExceededException.
 - #message ⇒ String
 - #nodegroup_name ⇒ String
 - #subscription_id ⇒ String
 
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceLimitExceededException
Returns a new instance of ResourceLimitExceededException.
      240 241 242  | 
    
      # File 'lib/aws-sdk-eks/errors.rb', line 240 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end  | 
  
Instance Method Details
#cluster_name ⇒ String
      245 246 247  | 
    
      # File 'lib/aws-sdk-eks/errors.rb', line 245 def cluster_name @data[:cluster_name] end  | 
  
#message ⇒ String
      260 261 262  | 
    
      # File 'lib/aws-sdk-eks/errors.rb', line 260 def @message || @data[:message] end  | 
  
#nodegroup_name ⇒ String
      250 251 252  | 
    
      # File 'lib/aws-sdk-eks/errors.rb', line 250 def nodegroup_name @data[:nodegroup_name] end  | 
  
#subscription_id ⇒ String
      255 256 257  | 
    
      # File 'lib/aws-sdk-eks/errors.rb', line 255 def subscription_id @data[:subscription_id] end  |