Class: Aws::FSx::Types::StorageVirtualMachineNotFound

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

Overview

No FSx for ONTAP SVMs were found based upon the supplied parameters.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A detailed error message.

Returns:

  • (String)


8413
8414
8415
8416
8417
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 8413

class StorageVirtualMachineNotFound < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end