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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-fsx/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)


7641
7642
7643
7644
7645
7646
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 7641

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)


7641
7642
7643
7644
7645
7646
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 7641

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