Class: Aws::Drs::Types::InternalServerException

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

Overview

The request processing has failed because of an unknown error, exception or failure.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1304
1305
1306
1307
1308
1309
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 1304

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

#retry_after_secondsInteger

The number of seconds after which the request should be safe to retry.

Returns:

  • (Integer)


1304
1305
1306
1307
1308
1309
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 1304

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