Class: Aws::Route53RecoveryCluster::Types::InternalServerException

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

Overview

There was an unexpected error during processing of the request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


109
110
111
112
113
114
# File 'gems/aws-sdk-route53recoverycluster/lib/aws-sdk-route53recoverycluster/types.rb', line 109

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)


109
110
111
112
113
114
# File 'gems/aws-sdk-route53recoverycluster/lib/aws-sdk-route53recoverycluster/types.rb', line 109

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