Class: Aws::VPCLattice::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::InternalServerException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-vpclattice/types.rb
Overview
An unexpected error occurred while processing the request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#retry_after_seconds ⇒ Integer
The number of seconds to wait before retrying.
Instance Attribute Details
#message ⇒ String
2018 2019 2020 2021 2022 2023 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 2018 class InternalServerException < Struct.new( :message, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |
#retry_after_seconds ⇒ Integer
The number of seconds to wait before retrying.
2018 2019 2020 2021 2022 2023 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 2018 class InternalServerException < Struct.new( :message, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |