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.
177 178 179 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/errors.rb', line 177 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#file_system_id ⇒ String
187 188 189 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/errors.rb', line 187 def file_system_id @data[:file_system_id] end |
#message ⇒ String
182 183 184 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/errors.rb', line 182 def @message || @data[:message] end |