Class: Aws::BackupGateway::Errors::InternalServerException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::BackupGateway::Errors::InternalServerException
- Defined in:
- lib/aws-sdk-backupgateway/errors.rb
Instance Method Summary collapse
- #error_code ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InternalServerException
constructor
A new instance of InternalServerException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InternalServerException
Returns a new instance of InternalServerException.
88 89 90 |
# File 'lib/aws-sdk-backupgateway/errors.rb', line 88 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#error_code ⇒ String
93 94 95 |
# File 'lib/aws-sdk-backupgateway/errors.rb', line 93 def error_code @data[:error_code] end |
#message ⇒ String
98 99 100 |
# File 'lib/aws-sdk-backupgateway/errors.rb', line 98 def @message || @data[:message] end |