Class: Aws::Deadline::Errors::InternalServerErrorException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Deadline::Errors::InternalServerErrorException
- Defined in:
- lib/aws-sdk-deadline/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InternalServerErrorException
constructor
A new instance of InternalServerErrorException.
- #message ⇒ String
- #retry_after_seconds ⇒ String
- #retryable? ⇒ Boolean
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InternalServerErrorException
Returns a new instance of InternalServerErrorException.
104 105 106 |
# File 'lib/aws-sdk-deadline/errors.rb', line 104 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
109 110 111 |
# File 'lib/aws-sdk-deadline/errors.rb', line 109 def @message || @data[:message] end |
#retry_after_seconds ⇒ String
114 115 116 |
# File 'lib/aws-sdk-deadline/errors.rb', line 114 def retry_after_seconds @data[:retry_after_seconds] end |
#retryable? ⇒ Boolean
118 119 120 |
# File 'lib/aws-sdk-deadline/errors.rb', line 118 def retryable? true end |