Class: Aws::FSx::Types::ResourceDoesNotSupportTagging

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

Overview

The resource specified does not support tagging.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A detailed error message.

Returns:

  • (String)


7724
7725
7726
7727
7728
7729
# File 'lib/aws-sdk-fsx/types.rb', line 7724

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

#resource_arnString

The Amazon Resource Name (ARN) of the resource that doesn’t support tagging.

Returns:

  • (String)


7724
7725
7726
7727
7728
7729
# File 'lib/aws-sdk-fsx/types.rb', line 7724

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