Class: Aws::SSO::Types::TooManyRequestsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSO::Types::TooManyRequestsException
- Defined in:
- gems/aws-sdk-core/lib/aws-sdk-sso/types.rb
Overview
Indicates that the request is being made too frequently and is more than what the server can handle.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
296 297 298 299 300 |
# File 'gems/aws-sdk-core/lib/aws-sdk-sso/types.rb', line 296 class TooManyRequestsException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |