Class: Aws::Artifact::Types::InternalServerException

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

Overview

An unknown server exception has occurred.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


189
190
191
192
193
194
# File 'gems/aws-sdk-artifact/lib/aws-sdk-artifact/types.rb', line 189

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

#retry_after_secondsInteger

Number of seconds in which the caller can retry the request.

Returns:

  • (Integer)


189
190
191
192
193
194
# File 'gems/aws-sdk-artifact/lib/aws-sdk-artifact/types.rb', line 189

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