Class: Aws::PrivateNetworks::Types::InternalServerException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb

Overview

Information about an internal error.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Description of the error.

Returns:

  • (String)


793
794
795
796
797
798
# File 'gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb', line 793

class InternalServerException < Struct.new(
  :message,
  :retry_after_seconds)
  SENSITIVE = []
  include Aws::Structure
end

#retry_after_secondsInteger

Advice to clients on when the call can be safely retried.

Returns:

  • (Integer)


793
794
795
796
797
798
# File 'gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb', line 793

class InternalServerException < Struct.new(
  :message,
  :retry_after_seconds)
  SENSITIVE = []
  include Aws::Structure
end