Class: Aws::EMRContainers::Types::RequestThrottledException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb

Overview

The request throttled.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1640
1641
1642
1643
1644
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 1640

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