Class: Aws::Repostspace::Types::InternalServerException

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

Overview

Unexpected error during processing of request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


272
273
274
275
276
277
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 272

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)


272
273
274
275
276
277
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 272

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