Class: Aws::EKS::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::ThrottlingException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-eks/types.rb
Overview
The request or operation couldn’t be performed because a service is throttling requests.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_name ⇒ String
The Amazon EKS cluster associated with the exception.
- #message ⇒ String
Instance Attribute Details
#cluster_name ⇒ String
The Amazon EKS cluster associated with the exception.
6408 6409 6410 6411 6412 6413 |
# File 'lib/aws-sdk-eks/types.rb', line 6408 class ThrottlingException < Struct.new( :cluster_name, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
6408 6409 6410 6411 6412 6413 |
# File 'lib/aws-sdk-eks/types.rb', line 6408 class ThrottlingException < Struct.new( :cluster_name, :message) SENSITIVE = [] include Aws::Structure end |