Class: Aws::FSx::Types::SnapshotNotFound

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

Overview

No Amazon FSx snapshots were found based on the supplied parameters.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A detailed error message.

Returns:

  • (String)


8960
8961
8962
8963
8964
# File 'lib/aws-sdk-fsx/types.rb', line 8960

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