Class: Aws::Invoicing::Types::InternalServerException

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

Overview

The processing request failed because of an unknown error, exception, or failure.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


747
748
749
750
751
752
# File 'lib/aws-sdk-invoicing/types.rb', line 747

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

#retry_after_secondsInteger

The processing request failed because of an unknown error, exception, or failure.

Returns:

  • (Integer)


747
748
749
750
751
752
# File 'lib/aws-sdk-invoicing/types.rb', line 747

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