Class: Aws::NetworkManager::Types::InternalServerException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-networkmanager/types.rb

Overview

The request has failed due to an internal error.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


3959
3960
3961
3962
3963
3964
# File 'lib/aws-sdk-networkmanager/types.rb', line 3959

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

#retry_after_secondsInteger

Indicates when to retry the request.

Returns:

  • (Integer)


3959
3960
3961
3962
3963
3964
# File 'lib/aws-sdk-networkmanager/types.rb', line 3959

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