Class: Aws::FSx::Errors::InternalServerError
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::FSx::Errors::InternalServerError
- Defined in:
- lib/aws-sdk-fsx/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InternalServerError
constructor
A new instance of InternalServerError.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InternalServerError
Returns a new instance of InternalServerError.
312 313 314 |
# File 'lib/aws-sdk-fsx/errors.rb', line 312 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
317 318 319 |
# File 'lib/aws-sdk-fsx/errors.rb', line 317 def @message || @data[:message] end |