Class: Aws::FSx::Types::VolumeNotFound
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::VolumeNotFound
- 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
-
#message ⇒ String
A detailed error message.
Instance Attribute Details
#message ⇒ String
A detailed error message.
10761 10762 10763 10764 10765 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 10761 class VolumeNotFound < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |