Class: Aws::B2bi::Types::InternalServerException

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

Overview

This exception is thrown when an error occurs in the Amazon Web Services B2B Data Interchange service.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


979
980
981
982
983
984
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 979

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

#retry_after_secondsInteger

The server attempts to retry a failed command.

Returns:

  • (Integer)


979
980
981
982
983
984
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 979

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