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:



177
178
179
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/errors.rb', line 177

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

Instance Method Details

#file_system_idString

Returns:

  • (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

#messageString

Returns:

  • (String)


182
183
184
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/errors.rb', line 182

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