Class: Aws::SSOOIDC::Types::SlowDownException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSOOIDC::Types::SlowDownException
- Defined in:
- gems/aws-sdk-ssooidc/lib/aws-sdk-ssooidc/types.rb
Overview
Indicates that the client is making the request too frequently and is more than the service can handle.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#error ⇒ String
406 407 408 409 410 411 |
# File 'gems/aws-sdk-ssooidc/lib/aws-sdk-ssooidc/types.rb', line 406 class SlowDownException < Struct.new( :error, :error_description) SENSITIVE = [] include Aws::Structure end |
#error_description ⇒ String
406 407 408 409 410 411 |
# File 'gems/aws-sdk-ssooidc/lib/aws-sdk-ssooidc/types.rb', line 406 class SlowDownException < Struct.new( :error, :error_description) SENSITIVE = [] include Aws::Structure end |