Class: Aws::NovaAct::Types::InternalServerException

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

Overview

An internal server error occurred. Please try again later.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The service encountered an internal error. Try again later.

Returns:

  • (String)


609
610
611
612
613
614
615
# File 'gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb', line 609

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

#reasonString

The reason for the internal server error.

Returns:

  • (String)


609
610
611
612
613
614
615
# File 'gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb', line 609

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

#retry_after_secondsInteger

The number of seconds to wait before retrying the request.

Returns:

  • (Integer)


609
610
611
612
613
614
615
# File 'gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb', line 609

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