Class: Aws::FSx::Types::NotServiceResourceError
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::NotServiceResourceError
- Includes:
- Structure
- Defined in:
- 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
-
#message ⇒ String
A detailed error message.
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the non-Amazon FSx resource.
Instance Attribute Details
#message ⇒ String
A detailed error message.
6704 6705 6706 6707 6708 6709 |
# File 'lib/aws-sdk-fsx/types.rb', line 6704 class NotServiceResourceError < Struct.new( :resource_arn, :message) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the non-Amazon FSx resource.
6704 6705 6706 6707 6708 6709 |
# File 'lib/aws-sdk-fsx/types.rb', line 6704 class NotServiceResourceError < Struct.new( :resource_arn, :message) SENSITIVE = [] include Aws::Structure end |