Class: Aws::VPCLattice::Types::InternalServerException

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#messageString

Returns:

  • (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_secondsInteger

The number of seconds to wait before retrying.

Returns:

  • (Integer)


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