Class: Aws::FSx::Errors::BackupRestoring

Inherits:
ServiceError
  • Object
show all
Defined in:
gems/aws-sdk-fsx/lib/aws-sdk-fsx/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ BackupRestoring

Returns a new instance of BackupRestoring.

Parameters:



152
153
154
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/errors.rb', line 152

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#file_system_idString

Returns:

  • (String)


162
163
164
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/errors.rb', line 162

def file_system_id
  @data[:file_system_id]
end

#messageString

Returns:

  • (String)


157
158
159
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/errors.rb', line 157

def message
  @message || @data[:message]
end