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)


8391
8392
8393
8394
8395
8396
# File 'lib/aws-sdk-fsx/types.rb', line 8391

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)


8391
8392
8393
8394
8395
8396
# File 'lib/aws-sdk-fsx/types.rb', line 8391

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