Class: Aws::FSx::Types::ResourceNotFound
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::ResourceNotFound
- Includes:
- Structure
- Defined in:
- 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
-
#message ⇒ String
A detailed error message.
-
#resource_arn ⇒ String
The resource ARN of the resource that can’t be found.
Instance Attribute Details
#message ⇒ String
A detailed error message.
7145 7146 7147 7148 7149 7150 |
# File 'lib/aws-sdk-fsx/types.rb', line 7145 class ResourceNotFound < Struct.new( :resource_arn, :message) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The resource ARN of the resource that can’t be found.
7145 7146 7147 7148 7149 7150 |
# File 'lib/aws-sdk-fsx/types.rb', line 7145 class ResourceNotFound < Struct.new( :resource_arn, :message) SENSITIVE = [] include Aws::Structure end |