Class: Aws::EMRContainers::Types::EKSRequestThrottledException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


731
732
733
734
735
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 731

class EKSRequestThrottledException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end