Class: Aws::ConnectCases::Types::InternalServerException

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

Overview

We couldn't process your request because of an issue with the server. Try again later.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2000
2001
2002
2003
2004
2005
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 2000

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

#retry_after_secondsInteger

Advice to clients on when the call can be safely retried.

Returns:

  • (Integer)


2000
2001
2002
2003
2004
2005
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 2000

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