Class: Aws::QApps::Errors::InternalServerException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::QApps::Errors::InternalServerException
- Defined in:
- gems/aws-sdk-qapps/lib/aws-sdk-qapps/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InternalServerException
constructor
A new instance of InternalServerException.
-
#message ⇒ String
-
#retry_after_seconds ⇒ String
-
#retryable? ⇒ Boolean
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InternalServerException
Returns a new instance of InternalServerException.
116 117 118 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/errors.rb', line 116 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
121 122 123 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/errors.rb', line 121 def @message || @data[:message] end |
#retry_after_seconds ⇒ String
126 127 128 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/errors.rb', line 126 def retry_after_seconds @data[:retry_after_seconds] end |
#retryable? ⇒ Boolean
130 131 132 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/errors.rb', line 130 def retryable? true end |