Class: Aws::AppFabric::Errors::InternalServerException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::AppFabric::Errors::InternalServerException
- Defined in:
- lib/aws-sdk-appfabric/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.
89 90 91 |
# File 'lib/aws-sdk-appfabric/errors.rb', line 89 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
94 95 96 |
# File 'lib/aws-sdk-appfabric/errors.rb', line 94 def @message || @data[:message] end |
#retry_after_seconds ⇒ String
99 100 101 |
# File 'lib/aws-sdk-appfabric/errors.rb', line 99 def retry_after_seconds @data[:retry_after_seconds] end |
#retryable? ⇒ Boolean
103 104 105 |
# File 'lib/aws-sdk-appfabric/errors.rb', line 103 def retryable? true end |