Class: Aws::AccessAnalyzer::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccessAnalyzer::Types::ThrottlingException
- Defined in:
- gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb
Overview
Throttling limit exceeded error.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
-
#retry_after_seconds ⇒ Integer
The seconds to wait to retry.
Instance Attribute Details
#message ⇒ String
3991 3992 3993 3994 3995 3996 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 3991 class ThrottlingException < Struct.new( :message, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |
#retry_after_seconds ⇒ Integer
The seconds to wait to retry.
3991 3992 3993 3994 3995 3996 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 3991 class ThrottlingException < Struct.new( :message, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |