Class: Aws::Mgn::Types::InternalServerException

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

Overview

The server encountered an unexpected condition that prevented it from fulfilling the request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1728
1729
1730
1731
1732
1733
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 1728

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

#retry_after_secondsInteger

The server encountered an unexpected condition that prevented it from fulfilling the request. The request will be retried again after x seconds.

Returns:

  • (Integer)


1728
1729
1730
1731
1732
1733
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 1728

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