Class: Aws::FSx::Types::NotServiceResourceError

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

Overview

The resource specified for the tagging operation is not a resource type owned by Amazon FSx. Use the API of the relevant service to perform the operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A detailed error message.

Returns:

  • (String)


6704
6705
6706
6707
6708
6709
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 6704

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

#resource_arnString

The Amazon Resource Name (ARN) of the non-Amazon FSx resource.

Returns:

  • (String)


6704
6705
6706
6707
6708
6709
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 6704

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