Class: Aws::SSOAdmin::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSOAdmin::Types::ThrottlingException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssoadmin/types.rb
Overview
Indicates that the principal has crossed the throttling limits of the API operations.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3943 3944 3945 3946 3947 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 3943 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |