Class: Aws::RAM::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::RAM::Types::ThrottlingException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ram/types.rb
Overview
The operation failed because it exceeded the rate at which you are allowed to perform this operation. Please try again later.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3808 3809 3810 3811 3812 |
# File 'lib/aws-sdk-ram/types.rb', line 3808 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |