Class: Aws::FSx::Errors::BackupRestoring
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::FSx::Errors::BackupRestoring
- Defined in:
- gems/aws-sdk-fsx/lib/aws-sdk-fsx/errors.rb
Instance Method Summary collapse
-
#file_system_id ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ BackupRestoring
constructor
A new instance of BackupRestoring.
-
#message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ BackupRestoring
Returns a new instance of BackupRestoring.
150 151 152 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/errors.rb', line 150 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#file_system_id ⇒ String
160 161 162 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/errors.rb', line 160 def file_system_id @data[:file_system_id] end |
#message ⇒ String
155 156 157 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/errors.rb', line 155 def @message || @data[:message] end |