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)


379
380
381
382
383
384
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 379

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)


379
380
381
382
383
384
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 379

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