Class: Aws::FSx::Types::VolumeNotFound

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

Overview

No Amazon FSx volumes 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)


9328
9329
9330
9331
9332
# File 'lib/aws-sdk-fsx/types.rb', line 9328

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