Class: Aws::Deadline::Types::InternalServerErrorException

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

Overview

Deadline Cloud can't process your request right now. Try again later.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


4036
4037
4038
4039
4040
4041
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 4036

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

#retry_after_secondsInteger

The number of seconds a client should wait before retrying the request.

Returns:

  • (Integer)


4036
4037
4038
4039
4040
4041
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 4036

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