Class: Aws::SSOAdmin::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSOAdmin::Types::ThrottlingException
- Defined in:
- gems/aws-sdk-ssoadmin/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
4022 4023 4024 4025 4026 |
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 4022 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |