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
1687 1688 1689 1690 1691 1692 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 1687 class InternalServerException < Struct.new( :message, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |
#retry_after_seconds ⇒ Integer
The seconds to wait to retry.
1687 1688 1689 1690 1691 1692 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 1687 class InternalServerException < Struct.new( :message, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |