Class: Aws::FSx::Types::FileCacheNotFound

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#messageString

A detailed error message.

Returns:

  • (String)


5780
5781
5782
5783
5784
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 5780

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