Class: Aws::FSx::Types::ResourceNotFound
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::ResourceNotFound
- Defined in:
- gems/aws-sdk-fsx/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.
7870 7871 7872 7873 7874 7875 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 7870 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.
7870 7871 7872 7873 7874 7875 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 7870 class ResourceNotFound < Struct.new( :resource_arn, :message) SENSITIVE = [] include Aws::Structure end |