Class: Aws::FSx::Types::ResourceDoesNotSupportTagging
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::ResourceDoesNotSupportTagging
- Defined in:
- gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb
Overview
The resource specified does not support tagging.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
A detailed error message.
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource that doesn't support tagging.
Instance Attribute Details
#message ⇒ String
A detailed error message.
6719 6720 6721 6722 6723 6724 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 6719 class ResourceDoesNotSupportTagging < Struct.new( :resource_arn, :message) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource that doesn't support tagging.
6719 6720 6721 6722 6723 6724 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 6719 class ResourceDoesNotSupportTagging < Struct.new( :resource_arn, :message) SENSITIVE = [] include Aws::Structure end |