Class: Aws::FSx::Types::ResourceNotFound

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

Overview

The resource specified by the Amazon Resource Name (ARN) can’t be found.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A detailed error message.

Returns:

  • (String)


7144
7145
7146
7147
7148
7149
# File 'lib/aws-sdk-fsx/types.rb', line 7144

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

#resource_arnString

The resource ARN of the resource that can’t be found.

Returns:

  • (String)


7144
7145
7146
7147
7148
7149
# File 'lib/aws-sdk-fsx/types.rb', line 7144

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