Class: Aws::Deadline::Errors::InternalServerErrorException

Inherits:
ServiceError
  • Object
show all
Defined in:
sig/errors.rbs,
lib/aws-sdk-deadline/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InternalServerErrorException

Returns a new instance of InternalServerErrorException.

Parameters:



104
105
106
# File 'lib/aws-sdk-deadline/errors.rb', line 104

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#messageString

Returns:

  • (String)


109
# File 'lib/aws-sdk-deadline/errors.rb', line 109

def message: () -> ::String

#retry_after_secondsString

Returns:

  • (String)


114
# File 'lib/aws-sdk-deadline/errors.rb', line 114

def retry_after_seconds: () -> ::String

#retryable?Boolean

Returns:

  • (Boolean)


118
119
120
# File 'lib/aws-sdk-deadline/errors.rb', line 118

def retryable?
  true
end