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
798 799 800 801 802 |
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 798 class EKSRequestThrottledException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |