Class: Aws::AccessAnalyzer::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccessAnalyzer::Types::InternalServerException
- Includes:
- Structure
- Defined in:
- 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
2312 2313 2314 2315 2316 2317 |
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 2312 class InternalServerException < Struct.new( :message, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |
#retry_after_seconds ⇒ Integer
The seconds to wait to retry.
2312 2313 2314 2315 2316 2317 |
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 2312 class InternalServerException < Struct.new( :message, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |