Class: Aws::EMRContainers::Types::RequestThrottledException
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMRContainers::Types::RequestThrottledException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emrcontainers/types.rb
Overview
The request throttled.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1640 1641 1642 1643 1644 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 1640 class RequestThrottledException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |