Class: Aws::AccessAnalyzer::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccessAnalyzer::Types::InternalServerException
- Defined in:
- gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb
Overview
Internal server 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
2397 2398 2399 2400 2401 2402 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2397 class InternalServerException < Struct.new( :message, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |
#retry_after_seconds ⇒ Integer
The seconds to wait to retry.
2397 2398 2399 2400 2401 2402 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2397 class InternalServerException < Struct.new( :message, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |