Class: Aws::EMRContainers::Types::EKSRequestThrottledException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EMRContainers::Types::EKSRequestThrottledException
 
 
- Defined in:
 - gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb
 
Overview
The request exceeded the Amazon EKS API operation limits.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
      736 737 738 739 740  | 
    
      # File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 736 class EKSRequestThrottledException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |