Class: Aws::RAM::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::RAM::Types::ThrottlingException
- Defined in:
- gems/aws-sdk-ram/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
3945 3946 3947 3948 3949 |
# File 'gems/aws-sdk-ram/lib/aws-sdk-ram/types.rb', line 3945 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |