Class: Aws::AppFabric::Types::InternalServerException

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1171
1172
1173
1174
1175
1176
# File 'gems/aws-sdk-appfabric/lib/aws-sdk-appfabric/types.rb', line 1171

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

#retry_after_secondsInteger

The period of time after which you should retry your request.

Returns:

  • (Integer)


1171
1172
1173
1174
1175
1176
# File 'gems/aws-sdk-appfabric/lib/aws-sdk-appfabric/types.rb', line 1171

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