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
3236 3237 3238 3239 3240 3241 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 3236 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.
3236 3237 3238 3239 3240 3241 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 3236 class InternalServerException < Struct.new( :message, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |