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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-fsx/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)


9905
9906
9907
9908
9909
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 9905

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