Class: Aws::FSx::Types::FileCacheNotFound
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::FileCacheNotFound
- Defined in:
- gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb
Overview
No caches were found based upon 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.
6168 6169 6170 6171 6172 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 6168 class FileCacheNotFound < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |